-
- Downloads
config.mk: specify the exact path to standalone linker script
We want to change the build system to include config.mk
only from ./Makefile and spl/Makefile.
We must prepare for that in this commit.
$(src) is a moving target and not handy for our purpose.
We must replace it with a fixed path.
Signed-off-by:
Masahiro Yamada <yamada.m@jp.panasonic.com>
Showing
- arch/mips/cpu/mips32/config.mk 2 additions, 1 deletionarch/mips/cpu/mips32/config.mk
- arch/mips/cpu/mips64/config.mk 2 additions, 1 deletionarch/mips/cpu/mips64/config.mk
- arch/mips/cpu/xburst/config.mk 2 additions, 1 deletionarch/mips/cpu/xburst/config.mk
- arch/nds32/config.mk 2 additions, 1 deletionarch/nds32/config.mk
- arch/sparc/config.mk 1 addition, 1 deletionarch/sparc/config.mk
Loading
Please register or sign in to comment