X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=arch%2Farm%2Fcpu%2FMakefile;h=35d8d387bd00343438b9a7eb62a895740ebfb5c5;hp=b2d30b1a727846d3e90e8bb904ddf953408ad87f;hb=286c3c3a5eb890a917a33c9b96632549c90b2375;hpb=f15ea6e1d67782a1626d4a4922b6c20e380085e5 diff --git a/arch/arm/cpu/Makefile b/arch/arm/cpu/Makefile index b2d30b1a72..35d8d387bd 100644 --- a/arch/arm/cpu/Makefile +++ b/arch/arm/cpu/Makefile @@ -1,3 +1,6 @@ obj-$(CONFIG_AT91FAMILY) += at91-common/ -obj-$(CONFIG_TEGRA) += $(SOC)-common/ +obj-$(CONFIG_TEGRA20) += tegra20-common/ +obj-$(CONFIG_TEGRA30) += tegra30-common/ +obj-$(CONFIG_TEGRA114) += tegra114-common/ +obj-$(CONFIG_TEGRA124) += tegra124-common/ obj-$(CONFIG_TEGRA) += tegra-common/