diff options
Diffstat (limited to 'drivers/media/usb/cx231xx/Makefile')
-rw-r--r-- | drivers/media/usb/cx231xx/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/media/usb/cx231xx/Makefile b/drivers/media/usb/cx231xx/Makefile new file mode 100644 index 00000000000..1d40fce7760 --- /dev/null +++ b/drivers/media/usb/cx231xx/Makefile | |||
@@ -0,0 +1,15 @@ | |||
1 | cx231xx-y += cx231xx-video.o cx231xx-i2c.o cx231xx-cards.o cx231xx-core.o | ||
2 | cx231xx-y += cx231xx-avcore.o cx231xx-417.o cx231xx-pcb-cfg.o cx231xx-vbi.o | ||
3 | cx231xx-$(CONFIG_VIDEO_CX231XX_RC) += cx231xx-input.o | ||
4 | |||
5 | cx231xx-alsa-objs := cx231xx-audio.o | ||
6 | |||
7 | obj-$(CONFIG_VIDEO_CX231XX) += cx231xx.o | ||
8 | obj-$(CONFIG_VIDEO_CX231XX_ALSA) += cx231xx-alsa.o | ||
9 | obj-$(CONFIG_VIDEO_CX231XX_DVB) += cx231xx-dvb.o | ||
10 | |||
11 | ccflags-y += -Idrivers/media/video | ||
12 | ccflags-y += -Idrivers/media/tuners | ||
13 | ccflags-y += -Idrivers/media/dvb-core | ||
14 | ccflags-y += -Idrivers/media/dvb-frontends | ||
15 | ccflags-y += -Idrivers/media/usb/dvb-usb | ||