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/au0828/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/au0828/Makefile')
-rw-r--r-- | drivers/media/video/au0828/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/video/au0828/Makefile b/drivers/media/video/au0828/Makefile new file mode 100644 index 000000000000..9f4f572c89c5 --- /dev/null +++ b/drivers/media/video/au0828/Makefile | |||
@@ -0,0 +1,9 @@ | |||
1 | au0828-objs := au0828-core.o au0828-i2c.o au0828-cards.o au0828-dvb.o | ||
2 | |||
3 | obj-$(CONFIG_VIDEO_AU0828) += au0828.o | ||
4 | |||
5 | EXTRA_CFLAGS += -Idrivers/media/video | ||
6 | EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core | ||
7 | EXTRA_CFLAGS += -Idrivers/media/dvb/frontends | ||
8 | |||
9 | EXTRA_CFLAGS += $(extra-cflags-y) $(extra-cflags-m) | ||