summaryrefslogtreecommitdiff
path: root/drivers/media/radio/Makefile
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2012-06-23 04:39:58 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-07-30 18:46:17 -0300
commit4faba767c6243b43ad975406fe027be7394e4591 (patch)
tree2c2d6848b37080ed12b554214b655b55d3e83241 /drivers/media/radio/Makefile
parent7a3ed2d95e9ef3032700c2e56f3369d8652a6e8b (diff)
[media] shark2: New driver for the Griffin radioSHARK v2 USB radio receiver
This driver consists of 2 parts, a generic tea5777 driver and a driver for the Griffin radioSHARK v2 USB radio receiver, which is the only driver using the generic tea5777 for now. This first version only implements FM support, once the the new VIDIOC_ENUM_FREQ_BANDS API is upstream I'll also add AM support. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/radio/Makefile')
-rw-r--r--drivers/media/radio/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/radio/Makefile b/drivers/media/radio/Makefile
index e03b258e18d4..c03ce4fe74e9 100644
--- a/drivers/media/radio/Makefile
+++ b/drivers/media/radio/Makefile
@@ -12,6 +12,7 @@ obj-$(CONFIG_RADIO_TYPHOON) += radio-typhoon.o
obj-$(CONFIG_RADIO_TERRATEC) += radio-terratec.o
obj-$(CONFIG_RADIO_MAXIRADIO) += radio-maxiradio.o
obj-$(CONFIG_RADIO_SHARK) += radio-shark.o
+obj-$(CONFIG_RADIO_SHARK2) += shark2.o
obj-$(CONFIG_RADIO_RTRACK) += radio-aimslab.o
obj-$(CONFIG_RADIO_ZOLTRIX) += radio-zoltrix.o
obj-$(CONFIG_RADIO_GEMTEK) += radio-gemtek.o
@@ -30,4 +31,6 @@ obj-$(CONFIG_RADIO_TIMBERDALE) += radio-timb.o
obj-$(CONFIG_RADIO_WL1273) += radio-wl1273.o
obj-$(CONFIG_RADIO_WL128X) += wl128x/
+shark2-objs := radio-shark2.o radio-tea5777.o
+
ccflags-y += -Isound