mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 06:02:05 +00: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/
|