aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/dvb-usb/Makefile
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-05-31 17:05:45 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-06-02 11:16:15 +0200
commitde646852cdadf7da2267e06297f7f6fe22dfb899 (patch)
treef32ffb44b18d8267d46a7304f94360f08cf4f908 /drivers/media/usb/dvb-usb/Makefile
parentMerge tag 'v5.13-rc4' into media_tree (diff)
downloadlinux-dev-de646852cdadf7da2267e06297f7f6fe22dfb899.tar.xz
linux-dev-de646852cdadf7da2267e06297f7f6fe22dfb899.zip
media: move ttpci-eeprom to common
The ttpci-eeprom is actually an independent driver that doesn't depend on the stuff under drivers/media/pci/ttpci/. Also, it is used by an USB driver (pctv452e). So, move it to the common directory. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/usb/dvb-usb/Makefile')
-rw-r--r--drivers/media/usb/dvb-usb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/dvb-usb/Makefile b/drivers/media/usb/dvb-usb/Makefile
index 28e4806a87cd..c22514948db2 100644
--- a/drivers/media/usb/dvb-usb/Makefile
+++ b/drivers/media/usb/dvb-usb/Makefile
@@ -83,4 +83,4 @@ obj-$(CONFIG_DVB_USB_TECHNISAT_USB2) += dvb-usb-technisat-usb2.o
ccflags-y += -I$(srctree)/drivers/media/dvb-frontends/
# due to tuner-xc3028
ccflags-y += -I$(srctree)/drivers/media/tuners
-ccflags-y += -I$(srctree)/drivers/media/pci/ttpci
+ccflags-y += -I$(srctree)/drivers/media/common