Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Kozlov Sergey | 52b1eaf | 2015-07-28 11:33:04 -0300 | [diff] [blame] | 2 | netup-unidvb-objs += netup_unidvb_core.o |
3 | netup-unidvb-objs += netup_unidvb_i2c.o | ||||
4 | netup-unidvb-objs += netup_unidvb_ci.o | ||||
5 | netup-unidvb-objs += netup_unidvb_spi.o | ||||
6 | |||||
7 | obj-$(CONFIG_DVB_NETUP_UNIDVB) += netup-unidvb.o | ||||
8 | |||||
9 | ccflags-y += -Idrivers/media/dvb-core | ||||
10 | ccflags-y += -Idrivers/media/dvb-frontends |