]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: enable use of code from a different dir
authorSam Ravnborg <sam@ravnborg.org>
Sun, 6 May 2007 07:23:45 +0000 (09:23 +0200)
committerSam Ravnborg <sam@ravnborg.org>
Sun, 6 May 2007 07:23:45 +0000 (09:23 +0200)
commit579d7c47fd4de3255e6a24230be21459d3de501c
treef208026e00ace8ba32cc4f9c1fc6168af329c167
parentd9bf785ad8da6d6c3ca80b7ba4143f882a160250
kbuild: enable use of code from a different dir

To introduce support for source in one directory but output files
in another directory during a non O= build prefix all paths
with $(src) repsectively $(obj).

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/Makefile.build
scripts/Makefile.host