1# SPDX-License-Identifier: GPL-2.0
2c8sectpfe-y += c8sectpfe-core.o c8sectpfe-common.o c8sectpfe-dvb.o \
3		c8sectpfe-debugfs.o
4
5obj-$(CONFIG_DVB_C8SECTPFE) += c8sectpfe.o
6
7ccflags-y += -Idrivers/media/common
8ccflags-y += -Idrivers/media/dvb-frontends/
9ccflags-y += -Idrivers/media/tuners/
10