forked from Minki/linux
3e74683137
* 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6: (345 commits) V4L/DVB (13542): ir-keytable: Allow dynamic table change V4L/DVB (13541): atbm8830: replace 64-bit division and floating point usage V4L/DVB (13540): ir-common: Cleanup get key evdev code V4L/DVB (13539): ir-common: add __func__ for debug messages V4L/DVB (13538): ir-common: Use a dynamic keycode table V4L/DVB (13537): ir: Prepare the code for dynamic keycode table allocation V4L/DVB (13536): em28xx: Use the full RC5 code on HVR-950 Remote Controller V4L/DVB (13535): ir-common: Add a hauppauge new table with the complete RC5 code V4L/DVB (13534): ir-common: Remove some unused fields/structs V4L/DVB (13533): ir: use dynamic tables, instead of static ones V4L/DVB (13532): ir-common: Add infrastructure to use a dynamic keycode table V4L/DVB (13531): ir-common: rename the debug routine to allow exporting it V4L/DVB (13458): go7007: subdev conversion V4L/DVB (13457): s2250: subdev conversion V4L/DVB (13456): s2250: Change module structure V4L/DVB (13528): em28xx: add support for em2800 VC211A card em28xx: don't reduce scale to half size for em2800 em28xx: don't load audio modules when AC97 is mis-detected em28xx: em2800 chips support max width of 640 V4L/DVB (13523): dvb-bt8xx: fix compile warning ... Fix up trivial conflicts due to spelling fixes from the trivial tree in Documentation/video4linux/gspca.txt drivers/media/video/cx18/cx18-mailbox.h
29 lines
1.1 KiB
Makefile
29 lines
1.1 KiB
Makefile
#
|
|
# Makefile for the kernel character device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_RADIO_AZTECH) += radio-aztech.o
|
|
obj-$(CONFIG_RADIO_RTRACK2) += radio-rtrack2.o
|
|
obj-$(CONFIG_RADIO_SF16FMI) += radio-sf16fmi.o
|
|
obj-$(CONFIG_RADIO_SF16FMR2) += radio-sf16fmr2.o
|
|
obj-$(CONFIG_RADIO_CADET) += radio-cadet.o
|
|
obj-$(CONFIG_RADIO_TYPHOON) += radio-typhoon.o
|
|
obj-$(CONFIG_RADIO_TERRATEC) += radio-terratec.o
|
|
obj-$(CONFIG_RADIO_MAXIRADIO) += radio-maxiradio.o
|
|
obj-$(CONFIG_RADIO_RTRACK) += radio-aimslab.o
|
|
obj-$(CONFIG_RADIO_ZOLTRIX) += radio-zoltrix.o
|
|
obj-$(CONFIG_RADIO_GEMTEK) += radio-gemtek.o
|
|
obj-$(CONFIG_RADIO_GEMTEK_PCI) += radio-gemtek-pci.o
|
|
obj-$(CONFIG_RADIO_TRUST) += radio-trust.o
|
|
obj-$(CONFIG_I2C_SI4713) += si4713-i2c.o
|
|
obj-$(CONFIG_RADIO_SI4713) += radio-si4713.o
|
|
obj-$(CONFIG_RADIO_MAESTRO) += radio-maestro.o
|
|
obj-$(CONFIG_RADIO_MIROPCM20) += radio-miropcm20.o
|
|
obj-$(CONFIG_USB_DSBR) += dsbr100.o
|
|
obj-$(CONFIG_RADIO_SI470X) += si470x/
|
|
obj-$(CONFIG_USB_MR800) += radio-mr800.o
|
|
obj-$(CONFIG_RADIO_TEA5764) += radio-tea5764.o
|
|
obj-$(CONFIG_RADIO_TEF6862) += tef6862.o
|
|
|
|
EXTRA_CFLAGS += -Isound
|