xref: /linux/drivers/media/platform/st/sti/c8sectpfe/Makefile (revision 6fd600d742744dc7ef7fc65ca26daa2b1163158a)
1# SPDX-License-Identifier: GPL-2.0
2c8sectpfe-y += c8sectpfe-core.o c8sectpfe-common.o c8sectpfe-dvb.o
3
4ifneq ($(CONFIG_DEBUG_FS),)
5c8sectpfe-y += c8sectpfe-debugfs.o
6endif
7
8obj-$(CONFIG_DVB_C8SECTPFE) += c8sectpfe.o
9
10ccflags-y += -I $(srctree)/drivers/media/dvb-frontends/
11ccflags-y += -I $(srctree)/drivers/media/tuners/
12