From: Ryan Mullen Date: Fri, 2 Nov 2012 01:45:16 +0000 (-0400) Subject: Update Makefile for hardfloat toolchain and latest kernel config X-Git-Url: http://gitweb/?a=commitdiff_plain;h=0e254f82066b14b7819c4beb55b127ee81e1a309;p=kernel%2Fcubox.git Update Makefile for hardfloat toolchain and latest kernel config --- diff --git a/Makefile b/Makefile index c68fd83..e3568de 100644 --- a/Makefile +++ b/Makefile @@ -2,13 +2,13 @@ # src/kernel/cubox/Makefile # -TARGET = arm-crux-linux-gnueabi +TARGET = arm-crux-linux-gnueabihf PWD = $(shell pwd) WORK = $(PWD)/work -CROSSTOOLS = $(PWD)/../../toolchain/crosstools +CROSSTOOLS = $(PWD)/../../toolchain-hardfp/crosstools -KERNEL_VERSION = 2.6.32.9-cubox_20120605 +KERNEL_VERSION = 3.5.3-cubox_20121014 .PHONY: all clean image modules map config