ACPI: thinkpad-acpi: register with the device model
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / hid / Makefile
blob6432392110bfee17d5a1acaadb41efa0f79b8db0
2 # Makefile for the HID driver
5 # Multipart objects.
6 hid-objs := hid-core.o hid-input.o
8 # Optional parts of multipart objects.
10 obj-$(CONFIG_HID) += hid.o
12 ifeq ($(CONFIG_INPUT_DEBUG),y)
13 EXTRA_CFLAGS += -DDEBUG
14 endif