mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-09 04:51:05 +00:00
![Mauro Carvalho Chehab](/assets/img/avatar_default.png)
We should keep just the I2C drivers under drivers/media/video, and then rename it to drivers/media/i2c. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
16 lines
380 B
Makefile
16 lines
380 B
Makefile
#
|
|
# Makefile for the kernel multimedia device drivers.
|
|
#
|
|
|
|
media-objs := media-device.o media-devnode.o media-entity.o
|
|
|
|
ifeq ($(CONFIG_MEDIA_CONTROLLER),y)
|
|
obj-$(CONFIG_MEDIA_SUPPORT) += media.o
|
|
endif
|
|
|
|
obj-y += tuners/ common/ rc/ video/
|
|
obj-y += pci/ usb/ mmc/ firewire/ parport/
|
|
|
|
obj-$(CONFIG_VIDEO_DEV) += radio/ v4l2-core/
|
|
obj-$(CONFIG_DVB_CORE) += dvb-core/ dvb-frontends/
|