xref: /linux/drivers/media/pci/pt1/Makefile (revision 58e16d792a6a8c6b750f637a4649967fcac853dc)
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