]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/am33xx/Makefile
am33xx: add ELM support
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / am33xx / Makefile
index 7768912603b2cdb7cb151b4c25f0381fcd53aa44..70c443edbbb0a4ebd53f741cc0e53a3de15129e2 100644 (file)
@@ -18,9 +18,12 @@ LIB  = $(obj)lib$(SOC).o
 
 COBJS  += clock.o
 COBJS  += sys_info.o
+COBJS  += mem.o
 COBJS  += ddr.o
 COBJS  += emif4.o
 COBJS  += board.o
+COBJS  += mux.o
+COBJS-$(CONFIG_NAND_OMAP_GPMC) += elm.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS) $(COBJS-y) $(SOBJS))