forked from Imagelibrary/rtems
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:
@@ -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 #
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user