diff options
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 ################################################# |