diff options
author | Steven Toth <stoth@kernellabs.com> | 2009-05-09 21:17:28 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-19 00:14:43 -0300 |
commit | 443c1228d50518f3c550e1fef490a2c9d9246ce7 (patch) | |
tree | cde68674e62a75b616906edcea835b2ea8b19588 /drivers/media/video/saa7164/Makefile | |
parent | 9afef394308cf63ddb67b003a1c6036615456eb9 (diff) | |
download | op-kernel-dev-443c1228d50518f3c550e1fef490a2c9d9246ce7.zip op-kernel-dev-443c1228d50518f3c550e1fef490a2c9d9246ce7.tar.gz |
V4L/DVB (12923): SAA7164: Add support for the NXP SAA7164 silicon
This patch adds support for all of the known shipping Hauppauge HVR-2200
and HVR-2250 boards. Digital TV ATSC/QAM and DVB-T is enabled at this
time. Both tuners are supported.
Volatiles and typedefs need rework, the rest is coding style compliant.
Signed-off-by: Steven Toth <stoth@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/saa7164/Makefile')
-rw-r--r-- | drivers/media/video/saa7164/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/media/video/saa7164/Makefile b/drivers/media/video/saa7164/Makefile new file mode 100644 index 0000000..4b329fd --- /dev/null +++ b/drivers/media/video/saa7164/Makefile @@ -0,0 +1,12 @@ +saa7164-objs := saa7164-cards.o saa7164-core.o saa7164-i2c.o saa7164-dvb.o \ + saa7164-fw.o saa7164-bus.o saa7164-cmd.o saa7164-api.o \ + saa7164-buffer.o + +obj-$(CONFIG_VIDEO_SAA7164) += saa7164.o + +EXTRA_CFLAGS += -Idrivers/media/video +EXTRA_CFLAGS += -Idrivers/media/common/tuners +EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core +EXTRA_CFLAGS += -Idrivers/media/dvb/frontends + +EXTRA_CFLAGS += $(extra-cflags-y) $(extra-cflags-m) |