diff options
Diffstat (limited to 'arch/arm/cpu/Makefile')
-rw-r--r-- | arch/arm/cpu/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/cpu/Makefile b/arch/arm/cpu/Makefile index ba4f390..6bea3d3 100644 --- a/arch/arm/cpu/Makefile +++ b/arch/arm/cpu/Makefile @@ -1,5 +1 @@ -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/ +obj- += dummy.o |