## Makefile for the HID driver## Multipart objects.hid-objs:=hid-core.ohid-input.o
# Optional parts of multipart objects.ifeq ($(CONFIG_HID_DEBUG),y)hid-objs+=hid-debug.o
endififeq ($(CONFIG_INPUT_DEBUG),y)EXTRA_CFLAGS+=-DDEBUG
endifobj-$(CONFIG_HID)+=hid.o