You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
327 B
10 lines
327 B
# SPDX-License-Identifier: GPL-2.0
|
|
netup-unidvb-objs += netup_unidvb_core.o
|
|
netup-unidvb-objs += netup_unidvb_i2c.o
|
|
netup-unidvb-objs += netup_unidvb_ci.o
|
|
netup-unidvb-objs += netup_unidvb_spi.o
|
|
|
|
obj-$(CONFIG_DVB_NETUP_UNIDVB) += netup-unidvb.o
|
|
|
|
ccflags-y += -Idrivers/media/dvb-core
|
|
ccflags-y += -Idrivers/media/dvb-frontends
|
|
|