]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/hid/Makefile
HID: hid debug from hid-debug.h to hid layer
[linux-2.6-omap-h63xx.git] / drivers / hid / Makefile
1 #
2 # Makefile for the HID driver
3 #
4
5 # Multipart objects.
6 hid-objs        := hid-core.o hid-input.o
7
8 # Optional parts of multipart objects.
9 ifeq ($(CONFIG_HID_DEBUG),y)
10 hid-objs        += hid-debug.o
11 endif
12
13 ifeq ($(CONFIG_INPUT_DEBUG),y)
14 EXTRA_CFLAGS += -DDEBUG
15 endif
16
17
18 obj-$(CONFIG_HID)               += hid.o
19