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