mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 06:56:46 +07:00
dcae778148
Move as102-fe to dvb-frontends directory and make it an independent driver. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
8 lines
232 B
Makefile
8 lines
232 B
Makefile
dvb-as102-objs := as102_drv.o as102_fw.o as10x_cmd.o as10x_cmd_stream.o \
|
|
as102_usb_drv.o as10x_cmd_cfg.o
|
|
|
|
obj-$(CONFIG_DVB_AS102) += dvb-as102.o
|
|
|
|
ccflags-y += -Idrivers/media/dvb-core
|
|
ccflags-y += -Idrivers/media/dvb-frontends
|