From 6a6a2d0070d94c04bdb2961a143fd516753464f0 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Tue, 25 Apr 2006 18:20:44 -0300 Subject: Improves V4L/DVB in-tree building From: Mauro Carvalho Chehab Now, make_kconfig.sh will check for boolean/tristate config vars and handle it properly. Also, make allyesconfig/allmodconfig will use make_kconfig.sh to generate .myconfig instead of conf -m. This way, make all will not require priviledges at kernel tree. write access to kernel tree is still required for make menuconfig/ make xconfig/make qconfig. Signed-off-by: Mauro Carvalho Chehab --- v4l/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'v4l/Makefile') diff --git a/v4l/Makefile b/v4l/Makefile index c74019f45..9acafb007 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -263,11 +263,7 @@ menuconfig:: links .version ./scripts/make_noconfig.pl allyesconfig allmodconfig:: links .version - $(MAKE) -C $(KDIR) $(build)=scripts/kconfig scripts/kconfig/conf - ./scripts/make_kconfig.pl - $(KDIR)/scripts/kconfig/conf -m Kconfig - cat .config|grep -v CONFIG_DVB_AV7110_FIRMWARE >.config.new - mv .config.new .config + ./scripts/make_kconfig.pl 1 ./scripts/make_noconfig.pl ################################################# -- cgit v1.2.3