Home
last modified time | relevance | path

Searched hist:c29121b787f533d135ae47b5f3044adb66cbebef (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/kconfig/
H A DMakefilediff c29121b787f533d135ae47b5f3044adb66cbebef Sat Sep 02 21:32:14 CEST 2006 Sam Ravnborg <sam@neptun.ravnborg.org> 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 <sam@ravnborg.org>