aboutsummaryrefslogtreecommitdiffstats
path: root/Kbuild
diff options
context:
space:
mode:
authorSam Ravnborg2006-04-05 05:57:21 -0500
committerSam Ravnborg2006-04-05 05:57:21 -0500
commitbc2546a67975a7bddc72f8c48b0bb2081b56f853 (patch)
treea973ef23c5488f7e2ff738b7f72b49d0432626f1 /Kbuild
parentb46da0567d3baa6783106e7463801292cdc79ddd (diff)
downloadkernel-omap-bc2546a67975a7bddc72f8c48b0bb2081b56f853.tar.gz
kernel-omap-bc2546a67975a7bddc72f8c48b0bb2081b56f853.tar.xz
kernel-omap-bc2546a67975a7bddc72f8c48b0bb2081b56f853.zip
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