From 1c769dacd06c44528955753c2cac21b1d4b8ddef Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sun, 9 Oct 2005 18:07:06 +0000 Subject: From: Mauro Carvalho Chehab - 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 --- v4l/Make.config | 1 + 1 file changed, 1 insertion(+) (limited to 'v4l/Make.config') 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) -- cgit v1.2.3