summaryrefslogtreecommitdiffstats
path: root/arch/ppc/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-10-01 09:49:22 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2007-10-01 09:49:22 +0200
commit59e6de7032046cd11d03ac9c4e1e88f702020172 (patch)
treeaad3c87c3ba35c83c715652ac5f0a537abc4a4e5 /arch/ppc/Makefile
parent818ec8f9db7d454fecd2c6dbd6c184c8b648a0b5 (diff)
downloadbarebox-59e6de7032046cd11d03ac9c4e1e88f702020172.tar.gz
barebox-59e6de7032046cd11d03ac9c4e1e88f702020172.tar.xz
add powerpc specific bits for modules
Diffstat (limited to 'arch/ppc/Makefile')
-rw-r--r--arch/ppc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/Makefile b/arch/ppc/Makefile
index d88abe8d0c..c926636593 100644
--- a/arch/ppc/Makefile
+++ b/arch/ppc/Makefile
@@ -16,7 +16,7 @@ TEXT_BASE = $(CONFIG_TEXT_BASE)
CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -P
CFLAGS := -fno-common -Os
-LDFLAGS_uboot :=-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
ifeq ($(incdir-y),)
incdir-y := $(machine-y)