]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/omap4/Makefile
Merge branch 'sr@denx.de' of git://git.denx.de/u-boot-staging
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / omap4 / Makefile
index d91272958f1379b57109308f1618d7c6d1f0a5e5..83160a28f36a195cd71b6adede731f455be7a16a 100644 (file)
@@ -26,10 +26,9 @@ include $(TOPDIR)/config.mk
 LIB    =  $(obj)lib$(SOC).o
 
 COBJS  += sdram_elpida.o
-
-ifndef CONFIG_SPL_BUILD
-COBJS  += sys_info.o
-endif
+COBJS  += hwinit.o
+COBJS  += clocks.o
+COBJS  += emif.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS) $(SOBJS))