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