Files
linux-apfs/drivers/input/Makefile
T

22 lines
596 B
Makefile
Raw Normal View History

2005-04-16 15:20:36 -07:00
#
# Makefile for the input core drivers.
#
# Each configuration option enables a list of files.
2006-07-19 01:39:56 -04:00
obj-$(CONFIG_INPUT) += input-core.o
input-core-objs := input.o
2005-04-16 15:20:36 -07:00
obj-$(CONFIG_INPUT_MOUSEDEV) += mousedev.o
obj-$(CONFIG_INPUT_JOYDEV) += joydev.o
obj-$(CONFIG_INPUT_EVDEV) += evdev.o
obj-$(CONFIG_INPUT_TSDEV) += tsdev.o
obj-$(CONFIG_INPUT_POWER) += power.o
obj-$(CONFIG_INPUT_EVBUG) += evbug.o
obj-$(CONFIG_INPUT_KEYBOARD) += keyboard/
obj-$(CONFIG_INPUT_MOUSE) += mouse/
obj-$(CONFIG_INPUT_JOYSTICK) += joystick/
obj-$(CONFIG_INPUT_TOUCHSCREEN) += touchscreen/
obj-$(CONFIG_INPUT_MISC) += misc/