From 6d78fe87dc9d34e76cd73dd86ade539ad33f2a66 Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Tue, 21 Jun 2011 12:26:54 +0200 Subject: Makefile: remove -Map option from global LDFLAGS ... and re-add it to LDFLAGS_barebox. Signed-off-by: Marc Kleine-Budde Signed-off-by: Sascha Hauer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1647ce94b4..8b3db44066 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) -- cgit v1.2.3