mirror of
https://github.com/torvalds/linux.git
synced 2024-12-12 14:12:51 +00:00
de646852cd
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>
7 lines
274 B
Makefile
7 lines
274 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
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
|