blob: 6432392110bfee17d5a1acaadb41efa0f79b8db0 [file] [log] [blame]
Jiri Kosina63f38612006-12-08 18:41:30 +01001#
2# Makefile for the HID driver
3#
4
5# Multipart objects.
6hid-objs := hid-core.o hid-input.o
7
8# Optional parts of multipart objects.
9
10obj-$(CONFIG_HID) += hid.o
11
12ifeq ($(CONFIG_INPUT_DEBUG),y)
13EXTRA_CFLAGS += -DDEBUG
14endif
15