Makefile 223 字节
Newer Older
J
Jiri Kosina 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#
# Makefile for the HID driver
#

# Multipart objects.
hid-objs	:= hid-core.o hid-input.o

# Optional parts of multipart objects.

obj-$(CONFIG_HID)		+= hid.o

ifeq ($(CONFIG_INPUT_DEBUG),y)
EXTRA_CFLAGS += -DDEBUG
endif