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)
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

Simple merge