summaryrefslogtreecommitdiffstats
path: root/arch/ppc
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:02:04 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:02:04 +0200
commit09d1896bd032c9fa0c6a28843824c9452f77782d (patch)
tree3bbf476e9f2055d5271c4dfe3000b378779bcd76 /arch/ppc
parenta128709409f0df04aec102a13b793bf9cca814c8 (diff)
downloadbarebox-09d1896bd032c9fa0c6a28843824c9452f77782d.tar.gz
barebox-09d1896bd032c9fa0c6a28843824c9452f77782d.tar.xz
svn_rev_550
linux->uboot
Diffstat (limited to 'arch/ppc')
-rw-r--r--arch/ppc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/Makefile b/arch/ppc/Makefile
index 2d908f1257..a766a4f18a 100644
--- a/arch/ppc/Makefile
+++ b/arch/ppc/Makefile
@@ -11,7 +11,7 @@ TEXT_BASE = $(CONFIG_TEXT_BASE)
CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -P
CFLAGS := -fno-common -Os -mrelocatable
-LDFLAGS_vmlinux :=-L $(shell dirname `$(CC) $(CFLAGS) -print-libgcc-file-name`) -lgcc -Ttext $(TEXT_BASE)
+LDFLAGS_uboot :=-L $(shell dirname `$(CC) $(CFLAGS) -print-libgcc-file-name`) -lgcc -Ttext $(TEXT_BASE)
ifeq ($(incdir-y),)
incdir-y := $(machine-y)