From 371d04e2b525ce2ca025220b3c5e1aacd133c402 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Sat, 21 Sep 2013 09:13:25 +0000 Subject: [PATCH] Fixed toolchain dir for 3.0 (now mainline is hardfp) and cleaned up Makefile's header --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.26.2