xref: /openbmc/linux/drivers/media/pci/ttpci/Makefile (revision a5d46d9a)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the kernel SAA7146 FULL TS DVB device driver
4#
5
6obj-$(CONFIG_DVB_BUDGET_CORE) += budget-core.o
7obj-$(CONFIG_DVB_BUDGET) += budget.o
8obj-$(CONFIG_DVB_BUDGET_AV) += budget-av.o
9obj-$(CONFIG_DVB_BUDGET_CI) += budget-ci.o
10
11ccflags-y += -I $(srctree)/drivers/media/dvb-frontends/
12ccflags-y += -I $(srctree)/drivers/media/tuners
13ccflags-y += -I $(srctree)/drivers/media/common
14