summaryrefslogtreecommitdiff
path: root/v4l/Make.config
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-10-09 18:07:06 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-10-09 18:07:06 +0000
commit1c769dacd06c44528955753c2cac21b1d4b8ddef (patch)
treecbd22854f18480a8054382799ade8c765ab618d1 /v4l/Make.config
parent15e9f7c5dda7607d5080c899de36fe6003e1318c (diff)
downloadmediapointer-dvb-s2-1c769dacd06c44528955753c2cac21b1d4b8ddef.tar.gz
mediapointer-dvb-s2-1c769dacd06c44528955753c2cac21b1d4b8ddef.tar.bz2
From: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
- Lots of small changes to allow compiling with kernel 2.4. Compilation result not tested yet. - After this patch, .version should be removed, since its syntax has changed. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l/Make.config')
-rw-r--r--v4l/Make.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/v4l/Make.config b/v4l/Make.config
index 91cb1f7a1..bd8f1c145 100644
--- a/v4l/Make.config
+++ b/v4l/Make.config
@@ -26,6 +26,7 @@ CONFIG_DVB_FRONTENDS := n
ifneq ($(KERNELRELEASE),)
need_dvb = $(shell test $(SUBLEVEL) -ge 12 && echo yes)
+need_dvb = $(shell test $(VERSION) -lt 6 && echo no)
endif
ifeq ($(need_dvb),yes)