From: Jose V Beneyto Date: Sat, 21 Sep 2013 09:13:25 +0000 (+0000) Subject: Fixed toolchain dir for 3.0 (now mainline is hardfp) and cleaned up Makefile's header X-Git-Url: http://gitweb/?a=commitdiff_plain;h=371d04e2b525ce2ca025220b3c5e1aacd133c402;p=kernel%2Fcubieboard.git Fixed toolchain dir for 3.0 (now mainline is hardfp) and cleaned up Makefile's header --- diff --git a/Makefile b/Makefile index 75bb1db..b02e1e5 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,12 @@ # -# src/kernel/Makefile +# kernel/cuieboard/Makefile # TARGET = arm-crux-linux-gnueabihf PWD = $(shell pwd) WORK = $(PWD)/work -CROSSTOOLS = $(PWD)/../../toolchain-hardfp/crosstools +CROSSTOOLS = $(PWD)/../../toolchain/crosstools KERNEL_VERSION = 3.0.76-cubieboard_20130715