kbuild: create output directory for hostprogs with O=.. build
authorSam Ravnborg <sam@mars.ravnborg.org>
Mon, 7 Aug 2006 19:55:33 +0000 (21:55 +0200)
committerSam Ravnborg <sam@neptun.ravnborg.org>
Mon, 25 Sep 2006 07:04:42 +0000 (09:04 +0200)
commit7b5b82038184d19f611be166a70fd11824109a71
tree7b15974983018edbe8125d2bb670f2e2b6610091
parent93659af1ce4974b1882668fee06458c0ac9315fd
kbuild: create output directory for hostprogs with O=.. build

hostprogs-y only supported creating output directory for the final
program. Extend this to also cover the situation where a .o
file (used when host program is made from compositie objects) is
locate in another directory.
First user of this is the built-in lxdialog that.

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