aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/ivtv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/ivtv/Makefile')
-rw-r--r--drivers/media/video/ivtv/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/media/video/ivtv/Makefile b/drivers/media/video/ivtv/Makefile
index 26ce0d6eaee1..71ab76a5ab26 100644
--- a/drivers/media/video/ivtv/Makefile
+++ b/drivers/media/video/ivtv/Makefile
@@ -7,8 +7,8 @@ ivtv-objs := ivtv-routing.o ivtv-cards.o ivtv-controls.o \
7obj-$(CONFIG_VIDEO_IVTV) += ivtv.o 7obj-$(CONFIG_VIDEO_IVTV) += ivtv.o
8obj-$(CONFIG_VIDEO_FB_IVTV) += ivtvfb.o 8obj-$(CONFIG_VIDEO_FB_IVTV) += ivtvfb.o
9 9
10EXTRA_CFLAGS += -Idrivers/media/video 10ccflags-y += -Idrivers/media/video
11EXTRA_CFLAGS += -Idrivers/media/common/tuners 11ccflags-y += -Idrivers/media/common/tuners
12EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core 12ccflags-y += -Idrivers/media/dvb/dvb-core
13EXTRA_CFLAGS += -Idrivers/media/dvb/frontends 13ccflags-y += -Idrivers/media/dvb/frontends
14 14