mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-15 09:11:33 +00:00
![Mauro Carvalho Chehab](/assets/img/avatar_default.png)
This driver is stable and doesn't contain any really serious issue. Move it out of staging. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
7 lines
198 B
Makefile
7 lines
198 B
Makefile
dvb-as102-objs := as102_drv.o as102_fw.o as10x_cmd.o as10x_cmd_stream.o \
|
|
as102_fe.o as102_usb_drv.o as10x_cmd_cfg.o
|
|
|
|
obj-$(CONFIG_DVB_AS102) += dvb-as102.o
|
|
|
|
ccflags-y += -Idrivers/media/dvb-core
|