at91:renaming subtraget legacy to sam9x
[openwrt/openwrt.git] / target / linux / at91 / image / Makefile
index f4d942b68220197f8a0444f9cfa2b3cc8ef20aa5..e4c17e3a3c9970af6a4c310505885a93c4d4235b 100644 (file)
@@ -13,8 +13,8 @@ define Build/at91-install-zImage
     $(CP) $(KDIR)/zImage $@
 endef
 
-ifeq ($(SUBTARGET),legacy)
-include ./legacy.mk
+ifeq ($(SUBTARGET),sam9x)
+include ./sam9x.mk
 endif
 ifeq ($(SUBTARGET),sama5)
 include ./sama5.mk