Makefile 141 字节
Newer Older
J
Jiri Kosina 已提交
1 2 3
#
# Makefile for the HID driver
#
4
hid-objs			:= hid-core.o hid-input.o
5 6

obj-$(CONFIG_HID)		+= hid.o
7
hid-$(CONFIG_HID_DEBUG)		+= hid-debug.o
8