mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-26 13:59:27 +07:00
ccc0e3483c
While this header were meant to be used just by dvb-usb driver, it is now being used also by dvb-usb-v2 and cx231xx. So, move it to a better place. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
16 lines
549 B
Makefile
16 lines
549 B
Makefile
cx231xx-y += cx231xx-video.o cx231xx-i2c.o cx231xx-cards.o cx231xx-core.o
|
|
cx231xx-y += cx231xx-avcore.o cx231xx-417.o cx231xx-pcb-cfg.o cx231xx-vbi.o
|
|
cx231xx-$(CONFIG_VIDEO_CX231XX_RC) += cx231xx-input.o
|
|
|
|
cx231xx-alsa-objs := cx231xx-audio.o
|
|
|
|
obj-$(CONFIG_VIDEO_CX231XX) += cx231xx.o
|
|
obj-$(CONFIG_VIDEO_CX231XX_ALSA) += cx231xx-alsa.o
|
|
obj-$(CONFIG_VIDEO_CX231XX_DVB) += cx231xx-dvb.o
|
|
|
|
ccflags-y += -Idrivers/media/video
|
|
ccflags-y += -Idrivers/media/common/tuners
|
|
ccflags-y += -Idrivers/media/dvb/dvb-core
|
|
ccflags-y += -Idrivers/media/dvb/frontends
|
|
|