mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-14 16:44:29 +08:00
ccae7af2bf
Move the tuners one level up, as the "common" directory will be used by drivers that are shared between more than one driver. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
8 lines
258 B
Makefile
8 lines
258 B
Makefile
b2c2-flexcop-usb-objs = flexcop-usb.o
|
|
obj-$(CONFIG_DVB_B2C2_FLEXCOP_USB) += b2c2-flexcop-usb.o
|
|
|
|
ccflags-y += -Idrivers/media/dvb-core/
|
|
ccflags-y += -Idrivers/media/dvb-frontends/
|
|
ccflags-y += -Idrivers/media/tuners/
|
|
ccflags-y += -Idrivers/media/common/b2c2/
|