Просмотр исходного кода

mvebu: image: align subtargets makefile names

Align subtargets makefiles names to actual subtargets.

Signed-off-by: Tomasz Maciej Nowak <[email protected]>
Acked-by: Adrian Schmutzler <[email protected]>
Tomasz Maciej Nowak 5 лет назад
Родитель
Сommit
87b14bc6c2

+ 3 - 3
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))

+ 0 - 0
target/linux/mvebu/image/cortex-a53.mk → target/linux/mvebu/image/cortexa53.mk


+ 0 - 0
target/linux/mvebu/image/cortex-a72.mk → target/linux/mvebu/image/cortexa72.mk


+ 0 - 0
target/linux/mvebu/image/cortex-a9.mk → target/linux/mvebu/image/cortexa9.mk