summaryrefslogtreecommitdiff
path: root/v4l/Make.config
diff options
context:
space:
mode:
Diffstat (limited to 'v4l/Make.config')
-rw-r--r--v4l/Make.config5
1 files changed, 3 insertions, 2 deletions
diff --git a/v4l/Make.config b/v4l/Make.config
index bd8f1c145..3b3e69803 100644
--- a/v4l/Make.config
+++ b/v4l/Make.config
@@ -25,8 +25,9 @@ CONFIG_DVB_BT8XX := n
CONFIG_DVB_FRONTENDS := n
ifneq ($(KERNELRELEASE),)
-need_dvb = $(shell test $(SUBLEVEL) -ge 12 && echo yes)
-need_dvb = $(shell test $(VERSION) -lt 6 && echo no)
+need_dvb := $(shell test $(SUBLEVEL) -ge 12 -a $(PATCHLEVEL) -ge 6 && echo yes)
+#need_dvb := $(shell test $(PATCHLEVEL) -ge 6 && echo yes)
+#need_dvb := $(shell test $(SUBLEVEL) -lt 12 && echo no)
endif
ifeq ($(need_dvb),yes)