diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-08-06 07:21:57 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-08-06 07:21:57 -0300 |
commit | abfdae7e6d6492977cb1784eda4a884c74541f2f (patch) | |
tree | 018e3bf5520b0334d7807c5f7d7b0c1c9b2bd5b8 /v4l/Makefile.kernel | |
parent | 4b7451caa9ce14c39b26eb7c953be5c037ebb40e (diff) | |
parent | 487a380f105dca61c562573ded6b5748894fcd27 (diff) | |
download | mediapointer-dvb-s2-abfdae7e6d6492977cb1784eda4a884c74541f2f.tar.gz mediapointer-dvb-s2-abfdae7e6d6492977cb1784eda4a884c74541f2f.tar.bz2 |
merge: http://linuxtv.org/hg/~pb/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l/Makefile.kernel')
-rw-r--r-- | v4l/Makefile.kernel | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/v4l/Makefile.kernel b/v4l/Makefile.kernel index b01c17f55..bbcfdc6d3 100644 --- a/v4l/Makefile.kernel +++ b/v4l/Makefile.kernel @@ -1,8 +1,8 @@ -# This Makefile is used to build sources that are part of the kernel tree. +# This Makefile is used to build sources that are part of the kernel tree. # What we want are the various programs used by the kconfig system. We can't # just directly call the top-level kernel Makefile, as it doesn't provide # targets to only build the kconfig system. It provides targets to build -# the kconfig system *and then configure the kernel*. +# the kconfig system *and then configure the kernel*. # What we do is include the top-level kernel Makefile here, to get all the # variables and rules it defines, and then add our own targets to just build @@ -32,7 +32,7 @@ v4l-qconf: scripts_basic # Used by the qconfig target v4l-gconf: scripts_basic $(MAKE) $(build)=scripts/kconfig gconf-target=1 scripts/kconfig/gconf - + # Used by the menuconfig target, also needs lxdialog v4l-mconf: scripts_basic $(MAKE) $(build)=scripts/kconfig scripts/kconfig/mconf |