xref: /linux/drivers/hid/Makefile (revision b454cc6636d254fbf6049b73e9560aee76fb04a3)
1#
2# Makefile for the HID driver
3#
4hid-objs			:= hid-core.o hid-input.o
5
6obj-$(CONFIG_HID)		+= hid.o
7hid-$(CONFIG_HID_DEBUG)		+= hid-debug.o
8
9