mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 10:44:14 +08:00
cb7a01ac32
Move ancillary I2C drivers into drivers/media/i2c, in order to better organize them. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
16 lines
385 B
Makefile
16 lines
385 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 += i2c/ pci/ usb/ mmc/ firewire/ parport/
|
|
|
|
obj-$(CONFIG_VIDEO_DEV) += radio/ v4l2-core/
|
|
obj-$(CONFIG_DVB_CORE) += dvb-core/ dvb-frontends/
|