]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - spl/Makefile
Tegra30: Add generic Tegra30 build support
[karo-tx-uboot.git] / spl / Makefile
index 6dbb1055b6dfc7bf6a58cc0f1a5c93b395c610e2..842f15455691a9fd00233609f0e943684f1b8969 100644 (file)
@@ -86,7 +86,7 @@ ifneq ($(CONFIG_AM33XX)$(CONFIG_OMAP34XX)$(CONFIG_OMAP44XX)$(CONFIG_OMAP54XX),)
 LIBS-y += $(CPUDIR)/omap-common/libomap-common.o
 endif
 
-ifeq ($(SOC),tegra20)
+ifneq ($(CONFIG_TEGRA),)
 LIBS-y += arch/$(ARCH)/cpu/$(SOC)-common/lib$(SOC)-common.o
 LIBS-y += arch/$(ARCH)/cpu/tegra-common/libcputegra-common.o
 LIBS-y += $(CPUDIR)/tegra-common/libtegra-common.o