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