X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=spl%2FMakefile;fp=spl%2FMakefile;h=842f15455691a9fd00233609f0e943684f1b8969;hb=6d6c0baebe14fd94b5462f098ce03b532e561759;hp=6dbb1055b6dfc7bf6a58cc0f1a5c93b395c610e2;hpb=79ce91badeec7c1d0789d16800c2cd679f9d006a;p=karo-tx-uboot.git diff --git a/spl/Makefile b/spl/Makefile index 6dbb1055b6..842f154556 100644 --- a/spl/Makefile +++ b/spl/Makefile @@ -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