summaryrefslogtreecommitdiff
path: root/lib_ppc/Makefile
diff options
context:
space:
mode:
authorJoakim Tjernlund <Joakim.Tjernlund@transmode.se>2010-01-19 14:41:55 +0100
committerWolfgang Denk <wd@denx.de>2010-01-26 19:30:12 +0100
commitfc4e188789b01dc9f18c80869c43fdd7d1a51378 (patch)
treebff9ddbb66b0e5946f1bf73da1021f3ce1befc0d /lib_ppc/Makefile
parent2903ad33a71251a3a87485b5b185852c8998f209 (diff)
downloadu-boot-imx-fc4e188789b01dc9f18c80869c43fdd7d1a51378.zip
u-boot-imx-fc4e188789b01dc9f18c80869c43fdd7d1a51378.tar.gz
u-boot-imx-fc4e188789b01dc9f18c80869c43fdd7d1a51378.tar.bz2
ppc: Loose GOT access in IRQ
Using the GOT in IRQ handlers requires r14 to be -ffixed-r14. Avoid this by relocatate transfer_to_handler too. This will allow to free up r14 later on. Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
Diffstat (limited to 'lib_ppc/Makefile')
-rw-r--r--lib_ppc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib_ppc/Makefile b/lib_ppc/Makefile
index 60a7625..334e457 100644
--- a/lib_ppc/Makefile
+++ b/lib_ppc/Makefile
@@ -28,6 +28,7 @@ LIB = $(obj)lib$(ARCH).a
SOBJS-y += ppccache.o
SOBJS-y += ppcstring.o
SOBJS-y += ticks.o
+SOBJS-y += reloc.o
COBJS-y += bat_rw.o
COBJS-y += board.o