xref: /openbmc/linux/drivers/media/pci/pt1/Makefile (revision 46f28427)
1# SPDX-License-Identifier: GPL-2.0-only
2earth-pt1-objs := pt1.o
3
4obj-$(CONFIG_DVB_PT1) += earth-pt1.o
5
6ccflags-y += -I $(srctree)/drivers/media/dvb-frontends
7ccflags-y += -I $(srctree)/drivers/media/tuners
8