mirror of
https://github.com/torvalds/linux.git
synced 2026-04-21 16:23:59 -04:00
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>
10 lines
288 B
Makefile
10 lines
288 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
c8sectpfe-y += c8sectpfe-core.o c8sectpfe-common.o c8sectpfe-dvb.o \
|
|
c8sectpfe-debugfs.o
|
|
|
|
obj-$(CONFIG_DVB_C8SECTPFE) += c8sectpfe.o
|
|
|
|
ccflags-y += -Idrivers/media/common
|
|
ccflags-y += -Idrivers/media/dvb-frontends/
|
|
ccflags-y += -Idrivers/media/tuners/
|