summaryrefslogtreecommitdiff
path: root/drivers/media/common/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/common/Makefile
parent80c1c54a2aa3c5177f73fc5d505668df56fb28b6 (diff)
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/common/Makefile')
-rw-r--r--drivers/media/common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/common/Makefile b/drivers/media/common/Makefile
index b71e4b62eea5..55b5a1900124 100644
--- a/drivers/media/common/Makefile
+++ b/drivers/media/common/Makefile
@@ -3,3 +3,4 @@ obj-y += b2c2/ saa7146/ siano/ v4l2-tpg/ videobuf2/
obj-$(CONFIG_VIDEO_CX2341X) += cx2341x.o
obj-$(CONFIG_VIDEO_TVEEPROM) += tveeprom.o
obj-$(CONFIG_CYPRESS_FIRMWARE) += cypress_firmware.o
+obj-$(CONFIG_TTPCI_EEPROM) += ttpci-eeprom.o