URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [drivers/] [input/] [Makefile] - Rev 62
Compare with Previous | Blame | View Log
## Makefile for the input core drivers.## Each configuration option enables a list of files.obj-$(CONFIG_INPUT) += input-core.oinput-core-objs := input.o ff-core.oobj-$(CONFIG_INPUT_FF_MEMLESS) += ff-memless.oobj-$(CONFIG_INPUT_POLLDEV) += input-polldev.oobj-$(CONFIG_INPUT_MOUSEDEV) += mousedev.oobj-$(CONFIG_INPUT_JOYDEV) += joydev.oobj-$(CONFIG_INPUT_EVDEV) += evdev.oobj-$(CONFIG_INPUT_EVBUG) += evbug.oobj-$(CONFIG_INPUT_KEYBOARD) += keyboard/obj-$(CONFIG_INPUT_MOUSE) += mouse/obj-$(CONFIG_INPUT_JOYSTICK) += joystick/obj-$(CONFIG_INPUT_TABLET) += tablet/obj-$(CONFIG_INPUT_TOUCHSCREEN) += touchscreen/obj-$(CONFIG_INPUT_MISC) += misc/
