cb7a01ac32
Move ancillary I2C drivers into drivers/media/i2c, in order to better organize them. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
7 lines
179 B
Makefile
7 lines
179 B
Makefile
cx25840-objs := cx25840-core.o cx25840-audio.o cx25840-firmware.o \
|
|
cx25840-vbi.o cx25840-ir.o
|
|
|
|
obj-$(CONFIG_VIDEO_CX25840) += cx25840.o
|
|
|
|
ccflags-y += -Idrivers/media/i2c
|