mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 20:36:47 +07: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>
8 lines
191 B
Makefile
8 lines
191 B
Makefile
hdpvr-objs := hdpvr-control.o hdpvr-core.o hdpvr-video.o hdpvr-i2c.o
|
|
|
|
obj-$(CONFIG_VIDEO_HDPVR) += hdpvr.o
|
|
|
|
ccflags-y += -Idrivers/media/i2c
|
|
|
|
ccflags-y += $(extra-cflags-y) $(extra-cflags-m)
|