CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
kernel
/
gp32.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e5913a
)
Fixed bug in Makefile
author
Jose V Beneyto
<sepen@crux.nu>
Tue, 16 Feb 2010 19:41:17 +0000
(20:41 +0100)
committer
Jose V Beneyto
<sepen@crux.nu>
Tue, 16 Feb 2010 19:41:17 +0000
(20:41 +0100)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 34cbfd2892a274d38a103ab8cb9adb5c209d2e29..918fd586355d819a7c8b37f9b1568884573c5dbe 100644
(file)
--- 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