diff options
| author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-04-25 18:20:44 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-04-25 18:20:44 -0300 |
| commit | 6a6a2d0070d94c04bdb2961a143fd516753464f0 (patch) | |
| tree | 894c2298b435e80be1901f88f0c3a7f606480ab3 /v4l/Makefile | |
| parent | d51c5dc0968d35384c2ee7960018457e81f72970 (diff) | |
| download | mediapointer-dvb-s2-6a6a2d0070d94c04bdb2961a143fd516753464f0.tar.gz mediapointer-dvb-s2-6a6a2d0070d94c04bdb2961a143fd516753464f0.tar.bz2 | |
Improves V4L/DVB in-tree building
From: Mauro Carvalho Chehab <mchehab@infradead.org>
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 <mchehab@infradead.org>
Diffstat (limited to 'v4l/Makefile')
| -rw-r--r-- | v4l/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
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 ################################################# |
