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