Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[pandora-kernel.git] / drivers / input / misc / Makefile
1 #
2 # Makefile for the input misc drivers.
3 #
4
5 # Each configuration option enables a list of files.
6
7 obj-$(CONFIG_INPUT_APANEL)              += apanel.o
8 obj-$(CONFIG_INPUT_ATI_REMOTE)          += ati_remote.o
9 obj-$(CONFIG_INPUT_ATI_REMOTE2)         += ati_remote2.o
10 obj-$(CONFIG_INPUT_ATLAS_BTNS)          += atlas_btns.o
11 obj-$(CONFIG_INPUT_BFIN_ROTARY)         += bfin_rotary.o
12 obj-$(CONFIG_INPUT_CM109)               += cm109.o
13 obj-$(CONFIG_INPUT_COBALT_BTNS)         += cobalt_btns.o
14 obj-$(CONFIG_INPUT_DM355EVM)            += dm355evm_keys.o
15 obj-$(CONFIG_HP_SDC_RTC)                += hp_sdc_rtc.o
16 obj-$(CONFIG_INPUT_IXP4XX_BEEPER)       += ixp4xx-beeper.o
17 obj-$(CONFIG_INPUT_KEYSPAN_REMOTE)      += keyspan_remote.o
18 obj-$(CONFIG_INPUT_M68K_BEEP)           += m68kspkr.o
19 obj-$(CONFIG_INPUT_PCAP)                += pcap_keys.o
20 obj-$(CONFIG_INPUT_PCF50633_PMU)        += pcf50633-input.o
21 obj-$(CONFIG_INPUT_PCSPKR)              += pcspkr.o
22 obj-$(CONFIG_INPUT_POWERMATE)           += powermate.o
23 obj-$(CONFIG_INPUT_RB532_BUTTON)        += rb532_button.o
24 obj-$(CONFIG_INPUT_GPIO_ROTARY_ENCODER) += rotary_encoder.o
25 obj-$(CONFIG_INPUT_SGI_BTNS)            += sgi_btns.o
26 obj-$(CONFIG_INPUT_SPARCSPKR)           += sparcspkr.o
27 obj-$(CONFIG_INPUT_TWL4030_PWRBUTTON)   += twl4030-pwrbutton.o
28 obj-$(CONFIG_INPUT_UINPUT)              += uinput.o
29 obj-$(CONFIG_INPUT_WINBOND_CIR)         += winbond-cir.o
30 obj-$(CONFIG_INPUT_WISTRON_BTNS)        += wistron_btns.o
31 obj-$(CONFIG_INPUT_WM831X_ON)           += wm831x-on.o
32 obj-$(CONFIG_INPUT_YEALINK)             += yealink.o
33