]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
mvebu: image: align subtargets makefile names
authorTomasz Maciej Nowak <tomek_n@o2.pl>
Fri, 31 Jan 2020 15:46:14 +0000 (16:46 +0100)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sat, 1 Feb 2020 19:02:36 +0000 (20:02 +0100)
Align subtargets makefiles names to actual subtargets.

Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
Acked-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
target/linux/mvebu/image/Makefile
target/linux/mvebu/image/cortexa53.mk [moved from target/linux/mvebu/image/cortex-a53.mk with 100% similarity]
target/linux/mvebu/image/cortexa72.mk [moved from target/linux/mvebu/image/cortex-a72.mk with 100% similarity]
target/linux/mvebu/image/cortexa9.mk [moved from target/linux/mvebu/image/cortex-a9.mk with 100% similarity]

index c08b113b36f810ea45f518999cd1947d49fc0e2d..aeabffdca2c27d78633670a15633e9be69747599 100644 (file)
@@ -118,15 +118,15 @@ define Device/NAND-512K
 endef
 
 ifeq ($(SUBTARGET),cortexa9)
-include cortex-a9.mk
+include cortexa9.mk
 endif
 
 ifeq ($(SUBTARGET),cortexa53)
-include cortex-a53.mk
+include cortexa53.mk
 endif
 
 ifeq ($(SUBTARGET),cortexa72)
-include cortex-a72.mk
+include cortexa72.mk
 endif
 
 $(eval $(call BuildImage))