#
# Makefile for the input misc drivers.
#

# Each configuration option enables a list of files.

obj-$(CONFIG_INPUT_PCSPKR)		+= pcspkr.o
obj-$(CONFIG_INPUT_UINPUT)		+= uinput.o

# The global Rules.make.

include $(TOPDIR)/Rules.make
