From: Sam Ravnborg Date: Sat, 2 Sep 2006 19:32:14 +0000 (+0200) Subject: kbuild: do not build mconf & lxdialog unless needed X-Git-Tag: v2.6.19-rc1~220^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c29121b787f533d135ae47b5f3044adb66cbebef;p=pandora-kernel.git kbuild: do not build mconf & lxdialog unless needed Due to a limitation in kbuild all objects referred by xxx-y or xxx-objs will be build when one of the targets needs to e build. This caused lxdialog to be build pulling in ncurses that is not always available. So avoid building mconf & lxdialog unless really needed. Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed