mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-23 02:18:13 +07:00
fada193559
Except for DVB, all media kAPI headers are at include/media. Move the headers to it. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
8 lines
229 B
Makefile
8 lines
229 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
dvb-as102-objs := as102_drv.o as102_fw.o as10x_cmd.o as10x_cmd_stream.o \
|
|
as102_usb_drv.o as10x_cmd_cfg.o
|
|
|
|
obj-$(CONFIG_DVB_AS102) += dvb-as102.o
|
|
|
|
ccflags-y += -Idrivers/media/dvb-frontends
|