aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/at91/image/Makefile
diff options
context:
space:
mode:
authorSandeep Sheriker M <sandeep.sheriker@microchip.com>2019-05-28 10:21:10 -0700
committerHauke Mehrtens <hauke@hauke-m.de>2019-05-30 12:12:57 +0200
commita765a2178cae2e39b7384149486b819cedf87603 (patch)
treef36d497382696d77d173a8d08738613df03b942d /target/linux/at91/image/Makefile
parentab629543c0878442ccac3ce114554a19bb3daae9 (diff)
downloadupstream-a765a2178cae2e39b7384149486b819cedf87603.tar.gz
upstream-a765a2178cae2e39b7384149486b819cedf87603.tar.bz2
upstream-a765a2178cae2e39b7384149486b819cedf87603.zip
at91:renaming subtraget legacy to sam9x
renaming subtraget legacy to sam9x for adding new sam9 soc's Signed-off-by: Sandeep Sheriker M <sandeep.sheriker@microchip.com>
Diffstat (limited to 'target/linux/at91/image/Makefile')
-rw-r--r--target/linux/at91/image/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/at91/image/Makefile b/target/linux/at91/image/Makefile
index f4d942b682..e4c17e3a3c 100644
--- a/target/linux/at91/image/Makefile
+++ b/target/linux/at91/image/Makefile
@@ -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