diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-08-30 20:58:57 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-08-30 20:58:57 +0200 |
| commit | 955b4b2de36b8da40739d87a412a2bca519d40a2 (patch) | |
| tree | c4eab143323d7a8ef8ba185d325c22d7a75553d4 /usr/src/dkms_source_tree/Makefile | |
| parent | 86b9d01f2a7b3f30ca2fc087bb18c08e1b16d8c1 (diff) | |
Upgrade to maverick kernel 2.6.35-19 (Ubuntu-2.6.35-19.28)
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 |
