Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 1ea6b8f48918282bdca0b32a34095504ee65bab5 authored by Linus Torvalds on 08 November 2011, 00:16:02 UTC
Linux 3.2-rc1
Tip revision: 1ea6b8f
Makefile
#
# Makefile for the kernel multimedia device drivers.
#

obj-y        := dvb-core/	\
		frontends/	\
		ttpci/		\
		ttusb-dec/	\
		ttusb-budget/	\
		b2c2/		\
		bt8xx/		\
		dvb-usb/	\
		pluto2/		\
		siano/		\
		dm1105/		\
		pt1/		\
		mantis/		\
		ngene/		\
		ddbridge/

obj-$(CONFIG_DVB_FIREDTV)	+= firewire/
back to top