aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Makefile
blob: 52e97d8f3c95770427a7475c4efa64661bf38fc6 (plain) (blame)
1
2
3
4
5
6
7
8
#
# Makefile for the HID driver
#
hid-objs			:= hid-core.o hid-input.o

obj-$(CONFIG_HID)		+= hid.o
hid-$(CONFIG_HID_DEBUG)		+= hid-debug.o