2005-04-16 16:20:36 -06:00
|
|
|
#
|
|
|
|
# Makefile for the input misc drivers.
|
|
|
|
#
|
|
|
|
|
|
|
|
# Each configuration option enables a list of files.
|
|
|
|
|
|
|
|
obj-$(CONFIG_INPUT_SPARCSPKR) += sparcspkr.o
|
|
|
|
obj-$(CONFIG_INPUT_PCSPKR) += pcspkr.o
|
|
|
|
obj-$(CONFIG_INPUT_M68K_BEEP) += m68kspkr.o
|
2007-05-07 15:31:32 -06:00
|
|
|
obj-$(CONFIG_INPUT_IXP4XX_BEEPER) += ixp4xx-beeper.o
|
2007-02-17 23:50:18 -07:00
|
|
|
obj-$(CONFIG_INPUT_COBALT_BTNS) += cobalt_btns.o
|
2005-11-19 22:50:06 -07:00
|
|
|
obj-$(CONFIG_INPUT_WISTRON_BTNS) += wistron_btns.o
|
2007-02-09 23:29:00 -07:00
|
|
|
obj-$(CONFIG_INPUT_ATLAS_BTNS) += atlas_btns.o
|
2007-05-07 15:31:32 -06:00
|
|
|
obj-$(CONFIG_INPUT_ATI_REMOTE) += ati_remote.o
|
|
|
|
obj-$(CONFIG_INPUT_ATI_REMOTE2) += ati_remote2.o
|
|
|
|
obj-$(CONFIG_INPUT_KEYSPAN_REMOTE) += keyspan_remote.o
|
|
|
|
obj-$(CONFIG_INPUT_POWERMATE) += powermate.o
|
|
|
|
obj-$(CONFIG_INPUT_YEALINK) += yealink.o
|
2008-08-08 09:49:08 -06:00
|
|
|
obj-$(CONFIG_INPUT_CM109) += cm109.o
|
2005-04-16 16:20:36 -06:00
|
|
|
obj-$(CONFIG_HP_SDC_RTC) += hp_sdc_rtc.o
|
2007-05-07 15:31:32 -06:00
|
|
|
obj-$(CONFIG_INPUT_UINPUT) += uinput.o
|
2007-12-14 09:08:37 -07:00
|
|
|
obj-$(CONFIG_INPUT_APANEL) += apanel.o
|
2008-07-18 22:14:26 -06:00
|
|
|
obj-$(CONFIG_INPUT_SGI_BTNS) += sgi_btns.o
|
2009-01-08 17:50:58 -07:00
|
|
|
obj-$(CONFIG_INPUT_PCF50633_PMU) += pcf50633-input.o
|
2009-03-05 00:27:14 -07:00
|
|
|
obj-$(CONFIG_INPUT_GPIO_ROTARY_ENCODER) += rotary_encoder.o
|
2009-03-05 00:27:15 -07:00
|
|
|
obj-$(CONFIG_INPUT_RB532_BUTTON) += rb532_button.o
|
2009-03-05 00:27:14 -07:00
|
|
|
|