]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/Makefile
ARM: tegra: collect SoC sources into mach-tegra
[people/ms/u-boot.git] / arch / arm / Makefile
index f4e9af65988df6186c8b89871094a5a36fc3cab3..f1ae929154c432b7266885103c82647e95fff717 100644 (file)
@@ -5,6 +5,8 @@
 # Machine directory name.  This list is sorted alphanumerically
 # by CONFIG_* macro name.
 machine-$(CONFIG_ARCH_AT91)            += at91
+# TODO: rename CONFIG_TEGRA -> CONFIG_ARCH_TEGRA
+machine-$(CONFIG_TEGRA)                        += tegra
 
 machdirs := $(patsubst %,arch/arm/mach-%/,$(machine-y))