From 332333ad55174dd0f672344b16ba44a569445c92 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Tue, 16 Feb 2010 20:41:17 +0100 Subject: [PATCH] Fixed bug in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2