diff mbox series

[OpenWrt-Devel,2/8] mvebu: image: align subtargets makefile names

Message ID 20200131154620.25773-3-tomek_n@o2.pl
State Accepted
Headers show
Series mvebu: Second round of clean-ups | expand

Commit Message

Tomasz Maciej Nowak Jan. 31, 2020, 3:46 p.m. UTC
Align subtargets makefiles names to actual subtargets.

Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
---
 target/linux/mvebu/image/Makefile                        | 6 +++---
 target/linux/mvebu/image/{cortex-a53.mk => cortexa53.mk} | 0
 target/linux/mvebu/image/{cortex-a72.mk => cortexa72.mk} | 0
 target/linux/mvebu/image/{cortex-a9.mk => cortexa9.mk}   | 0
 4 files changed, 3 insertions(+), 3 deletions(-)
 rename target/linux/mvebu/image/{cortex-a53.mk => cortexa53.mk} (100%)
 rename target/linux/mvebu/image/{cortex-a72.mk => cortexa72.mk} (100%)
 rename target/linux/mvebu/image/{cortex-a9.mk => cortexa9.mk} (100%)

Comments

Adrian Schmutzler Jan. 31, 2020, 4:04 p.m. UTC | #1
> -----Original Message-----
> From: openwrt-devel [mailto:openwrt-devel-bounces@lists.openwrt.org] On
> Behalf Of Tomasz Maciej Nowak
> Sent: Freitag, 31. Januar 2020 16:46
> To: openwrt-devel@lists.openwrt.org
> Subject: [OpenWrt-Devel] [PATCH 2/8] 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>

> ---
>  target/linux/mvebu/image/Makefile                        | 6 +++---
>  target/linux/mvebu/image/{cortex-a53.mk => cortexa53.mk} | 0
>  target/linux/mvebu/image/{cortex-a72.mk => cortexa72.mk} | 0
>  target/linux/mvebu/image/{cortex-a9.mk => cortexa9.mk}   | 0
>  4 files changed, 3 insertions(+), 3 deletions(-)
>  rename target/linux/mvebu/image/{cortex-a53.mk => cortexa53.mk} (100%)
>  rename target/linux/mvebu/image/{cortex-a72.mk => cortexa72.mk} (100%)
>  rename target/linux/mvebu/image/{cortex-a9.mk => cortexa9.mk} (100%)
> 
> 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))
> diff --git a/target/linux/mvebu/image/cortex-a53.mk
> b/target/linux/mvebu/image/cortexa53.mk
> similarity index 100%
> rename from target/linux/mvebu/image/cortex-a53.mk
> rename to target/linux/mvebu/image/cortexa53.mk
> diff --git a/target/linux/mvebu/image/cortex-a72.mk
> b/target/linux/mvebu/image/cortexa72.mk
> similarity index 100%
> rename from target/linux/mvebu/image/cortex-a72.mk
> rename to target/linux/mvebu/image/cortexa72.mk
> diff --git a/target/linux/mvebu/image/cortex-a9.mk
> b/target/linux/mvebu/image/cortexa9.mk
> similarity index 100%
> rename from target/linux/mvebu/image/cortex-a9.mk
> rename to target/linux/mvebu/image/cortexa9.mk
> --
> 2.25.0
> 
> 
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
diff mbox series

Patch

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))
diff --git a/target/linux/mvebu/image/cortex-a53.mk b/target/linux/mvebu/image/cortexa53.mk
similarity index 100%
rename from target/linux/mvebu/image/cortex-a53.mk
rename to target/linux/mvebu/image/cortexa53.mk
diff --git a/target/linux/mvebu/image/cortex-a72.mk b/target/linux/mvebu/image/cortexa72.mk
similarity index 100%
rename from target/linux/mvebu/image/cortex-a72.mk
rename to target/linux/mvebu/image/cortexa72.mk
diff --git a/target/linux/mvebu/image/cortex-a9.mk b/target/linux/mvebu/image/cortexa9.mk
similarity index 100%
rename from target/linux/mvebu/image/cortex-a9.mk
rename to target/linux/mvebu/image/cortexa9.mk