|
@@ -109,11 +109,7 @@ ifneq (,$(CONFIG_MX23)$(filter $(SOC), mx25 mx27 mx5 mx6 mx31 mx35))
|
|
|
LIBS-y += arch/$(ARCH)/imx-common/libimx-common.o
|
|
|
endif
|
|
|
|
|
|
-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
|
|
|
-endif
|
|
|
+LIBS-$(CONFIG_ARM) += arch/arm/cpu/libcpu.o
|
|
|
|
|
|
ifneq ($(CONFIG_MX23)$(CONFIG_MX35),)
|
|
|
LIBS-y += arch/$(ARCH)/imx-common/libimx-common.o
|