diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-04-18 20:34:00 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:09:42 -0400 |
commit | 265a6510629ab39f33ece43a857089dd37978184 (patch) | |
tree | 021773e15d68f7d99c571d723a48397ae9cf9ef5 /drivers/media/video/Makefile | |
parent | c8234ea37fb8b7a904223672edf36d269ea569a2 (diff) |
V4L/DVB (7621): Add support for Hauppauge HVR950Q/HVR850/FusioHDTV7-USB
Including support for the AU0828 USB Bridge.
Including support for the AU8522 ATSC/QAM Demodulator.
Including support for the AU8522 ATSC/QAM Demodulator.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/Makefile')
-rw-r--r-- | drivers/media/video/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/Makefile b/drivers/media/video/Makefile index fe3be94afd10..be14227f3726 100644 --- a/drivers/media/video/Makefile +++ b/drivers/media/video/Makefile | |||
@@ -143,5 +143,7 @@ obj-$(CONFIG_SOC_CAMERA) += soc_camera.o | |||
143 | obj-$(CONFIG_SOC_CAMERA_MT9M001) += mt9m001.o | 143 | obj-$(CONFIG_SOC_CAMERA_MT9M001) += mt9m001.o |
144 | obj-$(CONFIG_SOC_CAMERA_MT9V022) += mt9v022.o | 144 | obj-$(CONFIG_SOC_CAMERA_MT9V022) += mt9v022.o |
145 | 145 | ||
146 | obj-$(CONFIG_VIDEO_AU0828) += au0828/ | ||
147 | |||
146 | EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core | 148 | EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core |
147 | EXTRA_CFLAGS += -Idrivers/media/dvb/frontends | 149 | EXTRA_CFLAGS += -Idrivers/media/dvb/frontends |