diff options
author | Sam Ravnborg <sam@mars.ravnborg.org> | 2006-04-05 12:57:21 +0200 |
---|---|---|
committer | Sam Ravnborg <sam@mars.ravnborg.org> | 2006-04-05 12:57:21 +0200 |
commit | bc2546a67975a7bddc72f8c48b0bb2081b56f853 (patch) | |
tree | a973ef23c5488f7e2ff738b7f72b49d0432626f1 /Kbuild | |
parent | b46da0567d3baa6783106e7463801292cdc79ddd (diff) | |
download | op-kernel-dev-bc2546a67975a7bddc72f8c48b0bb2081b56f853.zip op-kernel-dev-bc2546a67975a7bddc72f8c48b0bb2081b56f853.tar.gz |
kbuild: fix building single targets with make O=.. single-target
This fixes single targets build so it now works relaiably in
following cases:
- build with mixed kernel source and output files (make single-target)
- build with separate output directory (make O=.. single-target)
- external module with mixed kernel source and output files
(make M='pwd' single-target)
- external module with separate kernel source and output files
(make O=.. M='pwd' single-target)
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions