diff options
author | Tomasz Maciej Nowak <tomek_n@o2.pl> | 2020-01-31 16:46:14 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-02-01 20:02:36 +0100 |
commit | 87b14bc6c289e7e80052b344c0f0c35e95ced267 (patch) | |
tree | 0e5d52a73e81649f71e6e050a4caea806c6fd89d /target/linux/mvebu/image/Makefile | |
parent | 67ac189e4ba8f49db428869de0837b85f3b827c7 (diff) | |
download | upstream-87b14bc6c289e7e80052b344c0f0c35e95ced267.tar.gz upstream-87b14bc6c289e7e80052b344c0f0c35e95ced267.tar.bz2 upstream-87b14bc6c289e7e80052b344c0f0c35e95ced267.zip |
mvebu: image: align subtargets makefile names
Align subtargets makefiles names to actual subtargets.
Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
Acked-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/mvebu/image/Makefile')
-rw-r--r-- | target/linux/mvebu/image/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/mvebu/image/Makefile b/target/linux/mvebu/image/Makefile index c08b113b36..aeabffdca2 100644 --- a/target/linux/mvebu/image/Makefile +++ b/target/linux/mvebu/image/Makefile @@ -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)) |