mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-26 04:25:27 +08:00
d6317c68f3
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
|