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