mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 23:01:04 +07:00
ada795551a
Most of the I2C headers got moved a long time ago to include/media/i2c. Stop including them at the patch. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12 lines
421 B
Makefile
12 lines
421 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
bttv-objs := bttv-driver.o bttv-cards.o bttv-if.o \
|
|
bttv-risc.o bttv-vbi.o bttv-i2c.o bttv-gpio.o \
|
|
bttv-input.o bttv-audio-hook.o btcx-risc.o
|
|
|
|
obj-$(CONFIG_VIDEO_BT848) += bttv.o
|
|
obj-$(CONFIG_DVB_BT8XX) += bt878.o dvb-bt8xx.o dst.o dst_ca.o
|
|
|
|
ccflags-y += -Idrivers/media/dvb-frontends
|
|
ccflags-y += -Idrivers/media/common
|
|
ccflags-y += -Idrivers/media/tuners
|