diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-04-07 19:10:14 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-04-07 19:10:14 -0300 |
commit | 8e830d2f4fd6b430ec05e6dd6ec98d32aa2d0fc6 (patch) | |
tree | 964c39b38c1e638cf38249235770567690f46f87 /v4l | |
parent | d90bd3ff0cbd895065afc24bb83501e97c844cd0 (diff) | |
download | mediapointer-dvb-s2-8e830d2f4fd6b430ec05e6dd6ec98d32aa2d0fc6.tar.gz mediapointer-dvb-s2-8e830d2f4fd6b430ec05e6dd6ec98d32aa2d0fc6.tar.bz2 |
Now, make all will replicate old behavior
From: Mauro Carvalho Chehab <mchehab@infradead.org>
make all will do allmodconfig before compiling
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/Makefile | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | v4l/scripts/make_makefile.pl | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | v4l/scripts/make_noconfig.pl | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/v4l/Makefile b/v4l/Makefile index 1f9cfa05b..df88eda8e 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -131,7 +131,7 @@ v4l_modules := $(shell /sbin/lsmod|cut -d' ' -f1 ) $(patsubst %.ko,%,$(inst-m)) LC_ALL = POSIX export LC_ALL -all:: default +all:: allmodconfig default Makefile.media:: scripts/make_makefile.pl diff --git a/v4l/scripts/make_makefile.pl b/v4l/scripts/make_makefile.pl index 135b8bdb1..135b8bdb1 100644..100755 --- a/v4l/scripts/make_makefile.pl +++ b/v4l/scripts/make_makefile.pl diff --git a/v4l/scripts/make_noconfig.pl b/v4l/scripts/make_noconfig.pl index 503653a4f..503653a4f 100644..100755 --- a/v4l/scripts/make_noconfig.pl +++ b/v4l/scripts/make_noconfig.pl |