]> git.sur5r.net Git - u-boot/blobdiff - Makefile
Tegra114: fdt: Add SDMMC (sdhci) nodes for T114 boards (Dalmore for now)
[u-boot] / Makefile
index 12763ce0f971f704862fbca6ef893323343426df..d60a14b5877e43e2360498e0effdb3edd6f04954 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -331,7 +331,7 @@ LIBS-y += api/libapi.o
 LIBS-y += post/libpost.o
 LIBS-y += test/libtest.o
 
-ifneq ($(CONFIG_AM33XX)$(CONFIG_OMAP34XX)$(CONFIG_OMAP44XX)$(CONFIG_OMAP54XX),)
+ifneq ($(CONFIG_AM33XX)$(CONFIG_OMAP34XX)$(CONFIG_OMAP44XX)$(CONFIG_OMAP54XX)$(CONFIG_TI814X),)
 LIBS-y += $(CPUDIR)/omap-common/libomap-common.o
 endif