]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/armv7/socfpga/Makefile
Merge branch 'next' of git://git.denx.de/u-boot-mpc83xx
[u-boot] / arch / arm / cpu / armv7 / socfpga / Makefile
index 3b48ac9b2b275f9a6059a5f4e4c06bfedeb843ba..0859e443d8169e313e8cfdeeb389aeb7cfe0c529 100644 (file)
@@ -13,7 +13,7 @@ include $(TOPDIR)/config.mk
 LIB    =  $(obj)lib$(SOC).o
 
 SOBJS  := lowlevel_init.o
-COBJS-y        := misc.o timer.o
+COBJS-y        := misc.o timer.o reset_manager.o system_manager.o
 COBJS-$(CONFIG_SPL_BUILD) += spl.o
 
 COBJS  := $(COBJS-y)