OMAP3+: reset: Create a common reset layer.
[oweals/u-boot.git] / arch / arm / cpu / armv7 / omap-common / Makefile
index 3f7a0b25f0d39db46c0b8ff9263066e792adfd1f..2a6625f1c4d0deb742ab0aa9846f82eecc278584 100644 (file)
@@ -37,6 +37,7 @@ ifneq ($(CONFIG_OMAP44XX)$(CONFIG_OMAP54XX),)
 COBJS  += hwinit-common.o
 COBJS  += clocks-common.o
 COBJS  += emif-common.o
+COBJS  += vc.o
 endif
 
 ifneq ($(CONFIG_AM33XX)$(CONFIG_OMAP44XX)$(CONFIG_OMAP54XX),)
@@ -52,6 +53,9 @@ endif
 ifdef CONFIG_SPL_MMC_SUPPORT
 COBJS  += spl_mmc.o
 endif
+ifdef CONFIG_SPL_YMODEM_SUPPORT
+COBJS  += spl_ymodem.o
+endif
 endif
 
 ifndef CONFIG_SPL_BUILD