diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-05-19 18:56:13 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 07:19:35 -0300 |
commit | 2e5c1ec8865abd81e24a394918c7ba315e0b7b70 (patch) | |
tree | cd241de9b5eeddc27455b07e3530f69bc3e7d95d /drivers/media/mdtv/Makefile | |
parent | a9e285856112e5e721b6a341d15437a164128b30 (diff) |
V4L/DVB (8258): add support for SMS1010 and SMS1150 based digital television devices
initial driver drop, provided by Siano Mobile Silicon, Inc.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/mdtv/Makefile')
-rw-r--r-- | drivers/media/mdtv/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/media/mdtv/Makefile b/drivers/media/mdtv/Makefile new file mode 100644 index 00000000000..1e54d8f796d --- /dev/null +++ b/drivers/media/mdtv/Makefile @@ -0,0 +1,8 @@ +# +# Makefile for the kernel MDTV driver +# + +obj-$(CONFIG_MDTV_SIANO_STELLAR_COMMON) += smschar.o smsnet.o +obj-$(CONFIG_MDTV_SIANO_STELLAR_USB) += smsusb.o + +EXTRA_CFLAGS += |