mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-09-05 12:50:27 +00:00
6 lines
215 B
Makefile
6 lines
215 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-$(CONFIG_DVB_FIREDTV) += firedtv.o
|
|
|
|
firedtv-y += firedtv-avc.o firedtv-ci.o firedtv-dvb.o firedtv-fe.o firedtv-fw.o
|
|
firedtv-$(CONFIG_DVB_FIREDTV_INPUT) += firedtv-rc.o
|