summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-07-06 10:25:04 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2011-07-06 10:25:04 +0200
commite6c03f01bf7da74f4d846efb3e014f053ace92bd (patch)
treef73fef831bf2bb7dcc1a27413e5857161d385d8b /Makefile
parent6d00046884f79e53b87c1c7dfb09dc992036a396 (diff)
parented66bf27876d13b69000d1e63b2fadf6c0e0b231 (diff)
downloadbarebox-e6c03f01bf7da74f4d846efb3e014f053ace92bd.tar.gz
barebox-e6c03f01bf7da74f4d846efb3e014f053ace92bd.tar.xz
Merge branch 'next'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a3e733fd73..38dc3b064d 100644
--- a/Makefile
+++ b/Makefile
@@ -298,7 +298,7 @@ CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
-fno-strict-aliasing -fno-common -Os -pipe
AFLAGS := -D__ASSEMBLY__
-LDFLAGS := -Map barebox.map
+LDFLAGS_barebox := -Map barebox.map
# Read KERNELRELEASE from include/config/kernel.release (if it exists)
KERNELRELEASE = $(shell cat include/config/kernel.release 2> /dev/null)