riscv: Generate linkcmds.base from the shared linkcmds.base.in

This commit moves the existing linkcmds.base to linkcmds.base.in
in order to make it configurable by autotools.
This commit is contained in:
Hesham Almatary
2019-10-23 12:37:12 +01:00
parent d2efc968e2
commit ca82ded785
3 changed files with 2 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ start.$(OBJEXT): ../../../../../../bsps/riscv/shared/start/start.S
project_lib_DATA = start.$(OBJEXT)
project_lib_DATA += linkcmds
project_lib_DATA += ../../../../../../bsps/riscv/shared/start/linkcmds.base
project_lib_DATA += linkcmds.base
###############################################################################
# LibBSP #

View File

@@ -78,5 +78,6 @@ RISCV_LINKCMD([RISCV_RAM_REGION_SIZE],[size of the RAM region for linker command
AC_CONFIG_FILES([
Makefile
linkcmds:../../../../../../bsps/riscv/riscv/start/linkcmds.in
linkcmds.base:../../../../../../bsps/riscv/shared/start/linkcmds.base.in
])
AC_OUTPUT