summaryrefslogtreecommitdiff
path: root/v4l/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'v4l/Makefile')
-rw-r--r--v4l/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/v4l/Makefile b/v4l/Makefile
index 77e07570c..b452c8d0a 100644
--- a/v4l/Makefile
+++ b/v4l/Makefile
@@ -93,21 +93,11 @@ SNAPSHOT_CFLAGS := -DSNAPSHOT='$(shell cat $(snapshot))'
EXTRA_CFLAGS += $(SNAPSHOT_CFLAGS)
endif
-dvb-cvs := $(wildcard $(obj)/.dvb)
-ifneq ($(dvb-cvs),)
-DVB_CVS_CFLAGS := -DDVB_CVS=$(shell cat $(dvb-cvs) 2> /dev/null)
-ifneq ($(DVB_CVS_CFLAGS),)
-EXTRA_CFLAGS += $(DVB_CVS_CFLAGS)
-endif
-endif
-
mm-kernel := $(TOPDIR)/.mm
ifneq ($(mm-kernel),)
MM_KERNEL_CFLAGS := -DMM_KERNEL=$(shell cat $(mm-kernel) 2> /dev/null)
-ifneq ($(MM_KERNEL_CFLAGS),)
EXTRA_CFLAGS += $(MM_KERNEL_CFLAGS)
endif
-endif
bttv.o: $(bttv-objs)
$(LD) -r -o $@ $(bttv-objs)