]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/lib/Makefile
arm: factorize relocate_code routine
[u-boot] / arch / arm / lib / Makefile
index 6ae161a51dc147327925c158f31e845ba74b75ca..8ad9f66a5d50f2066a965e1b5ab3b94d0b2a79ee 100644 (file)
@@ -39,12 +39,14 @@ GLCOBJS     += div0.o
 SOBJS-y += crt0.o
 
 ifndef CONFIG_SPL_BUILD
+SOBJS-y += relocate.o
 ifndef CONFIG_SYS_GENERIC_BOARD
 COBJS-y        += board.o
 endif
 COBJS-y += bss.o
 
 COBJS-y        += bootm.o
+COBJS-$(CONFIG_OF_LIBFDT) += bootm-fdt.o
 COBJS-$(CONFIG_SYS_L2_PL310) += cache-pl310.o
 SOBJS-$(CONFIG_USE_ARCH_MEMSET) += memset.o
 SOBJS-$(CONFIG_USE_ARCH_MEMCPY) += memcpy.o