mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 19:41:54 +00:00
443c1228d5
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>
13 lines
428 B
Makefile
13 lines
428 B
Makefile
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)
|