diff options
Diffstat (limited to 'usr/src/dkms_source_tree/Makefile')
| -rw-r--r-- | usr/src/dkms_source_tree/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr/src/dkms_source_tree/Makefile b/usr/src/dkms_source_tree/Makefile index 2537695..2da5113 100644 --- a/usr/src/dkms_source_tree/Makefile +++ b/usr/src/dkms_source_tree/Makefile | |||
| @@ -1,9 +1,12 @@ | |||
| 1 | # | 1 | # |
| 2 | # Makefile for the HID driver | 2 | # Makefile for the HID driver |
| 3 | # | 3 | # |
| 4 | hid-objs := hid-core.o hid-input.o hid-input-quirks.o | 4 | hid-objs := hid-core.o hid-input.o |
| 5 | |||
| 6 | ifdef CONFIG_DEBUG_FS | ||
| 7 | hid-objs += hid-debug.o | ||
| 8 | endif | ||
| 5 | 9 | ||
| 6 | obj-$(CONFIG_HID) += hid.o | 10 | obj-$(CONFIG_HID) += hid.o |
| 7 | 11 | ||
| 8 | hid-$(CONFIG_HID_DEBUG) += hid-debug.o | ||
| 9 | hid-$(CONFIG_HIDRAW) += hidraw.o | 12 | hid-$(CONFIG_HIDRAW) += hidraw.o |
