Files
linux-apfs/drivers/hid/Makefile
T

16 lines
223 B
Makefile
Raw Normal View History

2006-12-08 18:41:30 +01:00
#
# 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