[rtems commit] bsp/imx7: Rename linker command file

Sebastian Huber sebh at rtems.org
Thu Nov 21 07:05:54 UTC 2019


Module:    rtems
Branch:    master
Commit:    a52d617469566d5b849d396bb689bad408cd94ce
Changeset: http://git.rtems.org/rtems/commit/?id=a52d617469566d5b849d396bb689bad408cd94ce

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Nov 19 15:22:14 2019 +0100

bsp/imx7: Rename linker command file

This BSP family uses only one linker command file.  Use the standard
name.

Update #3818.

---

 bsps/arm/imx/start/{linkcmds.imx7 => linkcmds} | 0
 c/src/lib/libbsp/arm/imx/Makefile.am           | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/bsps/arm/imx/start/linkcmds.imx7 b/bsps/arm/imx/start/linkcmds
similarity index 100%
rename from bsps/arm/imx/start/linkcmds.imx7
rename to bsps/arm/imx/start/linkcmds
diff --git a/c/src/lib/libbsp/arm/imx/Makefile.am b/c/src/lib/libbsp/arm/imx/Makefile.am
index d8623c9..234995f 100644
--- a/c/src/lib/libbsp/arm/imx/Makefile.am
+++ b/c/src/lib/libbsp/arm/imx/Makefile.am
@@ -18,7 +18,7 @@ start.$(OBJEXT): ../../../../../../bsps/arm/shared/start/start.S
 project_lib_DATA = start.$(OBJEXT)
 
 project_lib_DATA += linkcmds
-dist_project_lib_DATA += ../../../../../../bsps/arm/imx/start/linkcmds.imx7
+dist_project_lib_DATA += ../../../../../../bsps/arm/imx/start/linkcmds
 
 ###############################################################################
 #                  LibBSP                                                     #



More information about the vc mailing list