mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
10 lines
292 B
Makefile
10 lines
292 B
Makefile
![]() |
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
|