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>
This commit is contained in:
Tomasz Maciej Nowak 2020-01-31 16:46:14 +01:00 committed by Adrian Schmutzler
parent 67ac189e4b
commit 87b14bc6c2
4 changed files with 3 additions and 3 deletions

View 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))