xref: /openbmc/linux/drivers/media/pci/netup_unidvb/Makefile (revision c39f2d9db0fd81ea20bb5cce9b3f082ca63753e2)
1# SPDX-License-Identifier: GPL-2.0
2netup-unidvb-objs += netup_unidvb_core.o
3netup-unidvb-objs += netup_unidvb_i2c.o
4netup-unidvb-objs += netup_unidvb_ci.o
5netup-unidvb-objs += netup_unidvb_spi.o
6
7obj-$(CONFIG_DVB_NETUP_UNIDVB) += netup-unidvb.o
8
9ccflags-y += -I $(srctree)/drivers/media/dvb-frontends
10