diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-09-23 16:30:01 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-09-23 16:32:35 +0400 |
commit | be304970850806abea880da95fbfb743a4d9f87d (patch) | |
tree | bd926b64bac6198dc05f07611025f56b1246e3ce /drivers/media/video/tm6000/Makefile | |
parent | 45dbf0db5ac974fb699fec39330d01642dff98dc (diff) | |
download | linux-be304970850806abea880da95fbfb743a4d9f87d.tar.xz |
[media] move tm6000 to drivers/media/video
The serious bugs got fixed already.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/tm6000/Makefile')
-rw-r--r-- | drivers/media/video/tm6000/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/media/video/tm6000/Makefile b/drivers/media/video/tm6000/Makefile new file mode 100644 index 000000000000..395515b4a888 --- /dev/null +++ b/drivers/media/video/tm6000/Makefile @@ -0,0 +1,15 @@ +tm6000-y := tm6000-cards.o \ + tm6000-core.o \ + tm6000-i2c.o \ + tm6000-video.o \ + tm6000-stds.o \ + tm6000-input.o + +obj-$(CONFIG_VIDEO_TM6000) += tm6000.o +obj-$(CONFIG_VIDEO_TM6000_ALSA) += tm6000-alsa.o +obj-$(CONFIG_VIDEO_TM6000_DVB) += tm6000-dvb.o + +ccflags-y := -Idrivers/media/video +ccflags-y += -Idrivers/media/common/tuners +ccflags-y += -Idrivers/media/dvb/dvb-core +ccflags-y += -Idrivers/media/dvb/frontends |