~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Linux-2.6.17/drivers/input/Makefile

Version: ~ [ 2.6.16 ] ~ [ 2.6.17 ] ~
Architecture: ~ [ ia64 ] ~ [ i386 ] ~ [ arm ] ~ [ ppc ] ~ [ sparc64 ] ~

  1 #
  2 # Makefile for the input core drivers.
  3 #
  4 
  5 # Each configuration option enables a list of files.
  6 
  7 obj-$(CONFIG_INPUT)             += input.o
  8 obj-$(CONFIG_INPUT_MOUSEDEV)    += mousedev.o
  9 obj-$(CONFIG_INPUT_JOYDEV)      += joydev.o
 10 obj-$(CONFIG_INPUT_EVDEV)       += evdev.o
 11 obj-$(CONFIG_INPUT_TSDEV)       += tsdev.o
 12 obj-$(CONFIG_INPUT_POWER)       += power.o
 13 obj-$(CONFIG_INPUT_EVBUG)       += evbug.o
 14 
 15 obj-$(CONFIG_INPUT_KEYBOARD)    += keyboard/
 16 obj-$(CONFIG_INPUT_MOUSE)       += mouse/
 17 obj-$(CONFIG_INPUT_JOYSTICK)    += joystick/
 18 obj-$(CONFIG_INPUT_TOUCHSCREEN) += touchscreen/
 19 obj-$(CONFIG_INPUT_MISC)        += misc/

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.