From: Jose V Beneyto Date: Tue, 16 Feb 2010 19:41:17 +0000 (+0100) Subject: Fixed bug in Makefile X-Git-Url: http://gitweb/?a=commitdiff_plain;h=332333ad55174dd0f672344b16ba44a569445c92;hp=1e5913ab5a4a3ca545d723a733d33adc5c35e3b1;p=kernel%2Fgp32.git Fixed bug in Makefile --- diff --git a/Makefile b/Makefile index 34cbfd2..918fd58 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ TARGET = arm-unknown-linux-gnu TOPDIR = $(shell pwd) -WORK = $(PWD)/work +WORK = $(TOPDIR)/work CROSSTOOLS = $(TOPDIR)/../../toolchain/crosstools KERNEL_VERSION = 2.6.16