diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-08-02 13:54:23 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-08-02 13:54:23 -0300 |
commit | 8475eef2726e79505dcd133e9a23a9dc5f849d52 (patch) | |
tree | 5ff4b743595293a958ed21c7b35e4d42aa42bbc3 /v4l/scripts/make_kconfig.pl | |
parent | f7fca7e64853865c479e02267c40cf437f50d122 (diff) | |
download | mediapointer-dvb-s2-8475eef2726e79505dcd133e9a23a9dc5f849d52.tar.gz mediapointer-dvb-s2-8475eef2726e79505dcd133e9a23a9dc5f849d52.tar.bz2 |
Removed obsolet manual add for MODULES
From: Mauro Carvalho Chehab <mchehab@infradead.org>
The building system now auto-generates this dependency, as tristate,
while those options were manually generating it as boolean, generating
a warning.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l/scripts/make_kconfig.pl')
-rwxr-xr-x | v4l/scripts/make_kconfig.pl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/v4l/scripts/make_kconfig.pl b/v4l/scripts/make_kconfig.pl index 771efa63d..b65037edf 100755 --- a/v4l/scripts/make_kconfig.pl +++ b/v4l/scripts/make_kconfig.pl @@ -385,10 +385,6 @@ while ( my ($key, $value) = each(%config) ) { open OUT,">Kconfig.kern" or die "Cannot write Kconfig.kern file"; -print OUT "config MODULES\n\tboolean\n\tdefault y\n\n"; -add_config('MODULES'); -add_bool('MODULES'); - while ( my ($key, $value) = each(%depend) ) { if ($kernopts{$key}) { print OUT "# $key with $value refs\nconfig $key\n\ttristate\n\tdefault ". |