summaryrefslogtreecommitdiff
path: root/v4l/Makefile.kernel
diff options
context:
space:
mode:
authorTrent Piepho <xyzzy@speakeasy.org>2006-12-21 05:10:07 -0800
committerTrent Piepho <xyzzy@speakeasy.org>2006-12-21 05:10:07 -0800
commit6ec0d8ea1d596a6165a59a1b76adb0b2d440e6ed (patch)
tree7ef6ab4ea720c20753c0c3163a5a122dc982aa6a /v4l/Makefile.kernel
parent682eb716861233b79d9e5c2fec491487de2b0b37 (diff)
downloadmediapointer-dvb-s2-6ec0d8ea1d596a6165a59a1b76adb0b2d440e6ed.tar.gz
mediapointer-dvb-s2-6ec0d8ea1d596a6165a59a1b76adb0b2d440e6ed.tar.bz2
Fix building of mconf
From: Trent Piepho <xyzzy@speakeasy.org> A patch in 2.6.19-rc1, c29121b787f533d135ae47b5f3044adb66cbebef: > user: Sam Ravnborg <sam@neptun.ravnborg.org> > date: Sat Sep 30 07:19:20 2006 -0200 > kbuild: do not build mconf & lxdialog unless needed Was preventing v4l-dvb from building mconf too. That patch checks the make command goal, and only includes rules for mconf when the goal is "menuconfig". We don't want to use make menuconfig, as that would configure the kernel. The workaround is to set hostprogs-y=mconf on the make command line. The kernel build system certainly isn't making this easy for us. Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Diffstat (limited to 'v4l/Makefile.kernel')
-rw-r--r--v4l/Makefile.kernel2
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l/Makefile.kernel b/v4l/Makefile.kernel
index bbcfdc6d3..7229c6e91 100644
--- a/v4l/Makefile.kernel
+++ b/v4l/Makefile.kernel
@@ -35,7 +35,7 @@ v4l-gconf: scripts_basic
# Used by the menuconfig target, also needs lxdialog
v4l-mconf: scripts_basic
- $(MAKE) $(build)=scripts/kconfig scripts/kconfig/mconf
+ $(MAKE) $(build)=scripts/kconfig hostprogs-y=mconf scripts/kconfig/mconf
# Rule used for kernel where lxdialog is in directory scripts/lxdialog
v4l-%/scripts/lxdialog/lxdialog: scripts_basic