mirror of
https://github.com/torvalds/linux.git
synced 2024-12-14 15:13:52 +00: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
|