summaryrefslogtreecommitdiff
path: root/usr/src/dkms_source_tree/Makefile
blob: 2da5113d97f83bd63a2014252f06dbaa6e5c0c70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# Makefile for the HID driver
#
hid-objs			:= hid-core.o hid-input.o

ifdef CONFIG_DEBUG_FS
	hid-objs		+= hid-debug.o
endif

obj-$(CONFIG_HID)		+= hid.o

hid-$(CONFIG_HIDRAW)		+= hidraw.o