OpenCores
URL https://opencores.org/ocsvn/test_project/test_project/trunk

Subversion Repositories test_project

[/] [test_project/] [trunk/] [linux_sd_driver/] [drivers/] [input/] [Makefile] - Rev 83

Go to most recent revision | 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.o
input-core-objs := input.o ff-core.o

obj-$(CONFIG_INPUT_FF_MEMLESS)  += ff-memless.o
obj-$(CONFIG_INPUT_POLLDEV)     += input-polldev.o

obj-$(CONFIG_INPUT_MOUSEDEV)    += mousedev.o
obj-$(CONFIG_INPUT_JOYDEV)      += joydev.o
obj-$(CONFIG_INPUT_EVDEV)       += evdev.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_TABLET)      += tablet/
obj-$(CONFIG_INPUT_TOUCHSCREEN) += touchscreen/
obj-$(CONFIG_INPUT_MISC)        += misc/

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.