mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-15 06:55:13 +08: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>
9 lines
198 B
Makefile
9 lines
198 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
earth-pt3-objs += pt3.o pt3_i2c.o pt3_dma.o
|
|
|
|
obj-$(CONFIG_DVB_PT3) += earth-pt3.o
|
|
|
|
ccflags-y += -Idrivers/media/dvb-frontends
|
|
ccflags-y += -Idrivers/media/tuners
|