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)
commit767e581d759fe6adfef5e676cd1cd8e11f603d1a
treef208026e00ace8ba32cc4f9c1fc6168af329c167
parent5447d34b080a1e3e312b05a91e87eff4710a1152
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