commit | a0a15b441cfd5a192aacfb88a8d062d008488614 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Wed Mar 05 16:59:39 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Fri Mar 07 10:59:06 2014 -0500 |
tree | fe8d468677c9322ec1dbe5e82ef2ee21e7bcf5ea | |
parent | cd2e46cb38d5aeada2b2c2f881cdc6baa672dc09 [diff] |
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>