aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-usb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb/dvb-usb/Makefile')
-rw-r--r--drivers/media/dvb/dvb-usb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb/dvb-usb/Makefile b/drivers/media/dvb/dvb-usb/Makefile
index 3494d410383d..03ae657dedd6 100644
--- a/drivers/media/dvb/dvb-usb/Makefile
+++ b/drivers/media/dvb/dvb-usb/Makefile
@@ -97,7 +97,7 @@ obj-$(CONFIG_DVB_USB_TECHNISAT_USB2) += dvb-usb-technisat-usb2.o
97dvb-usb-it913x-objs := it913x.o 97dvb-usb-it913x-objs := it913x.o
98obj-$(CONFIG_DVB_USB_IT913X) += dvb-usb-it913x.o 98obj-$(CONFIG_DVB_USB_IT913X) += dvb-usb-it913x.o
99 99
100EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core/ -Idrivers/media/dvb/frontends/ 100ccflags-y += -Idrivers/media/dvb/dvb-core/ -Idrivers/media/dvb/frontends/
101# due to tuner-xc3028 101# due to tuner-xc3028
102EXTRA_CFLAGS += -Idrivers/media/common/tuners 102ccflags-y += -Idrivers/media/common/tuners
103 103