mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 21:35:13 +07:00
e61591875b
It is not needed anymore to include the dvb-core directory, as all the public headers that used to be there was moved to include/media. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
19 lines
415 B
Makefile
19 lines
415 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
cxd2880-objs := cxd2880_common.o \
|
|
cxd2880_devio_spi.o \
|
|
cxd2880_integ.o \
|
|
cxd2880_io.o \
|
|
cxd2880_spi_device.o \
|
|
cxd2880_tnrdmd.o \
|
|
cxd2880_tnrdmd_dvbt2.o \
|
|
cxd2880_tnrdmd_dvbt2_mon.o \
|
|
cxd2880_tnrdmd_dvbt.o \
|
|
cxd2880_tnrdmd_dvbt_mon.o\
|
|
cxd2880_tnrdmd_mon.o\
|
|
cxd2880_top.o
|
|
|
|
obj-$(CONFIG_DVB_CXD2880) += cxd2880.o
|
|
|
|
ccflags-y += -Idrivers/media/dvb-frontends
|