diff options
author | Jiri Kosina <jkosina@suse.cz> | 2006-12-08 20:41:30 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-12-08 21:43:20 +0300 |
commit | 63f3861d2fbf8ccbad1386ac9ac8b822c036ea00 (patch) | |
tree | f95ff72d8e8bb99bea2e4ad0526d606c81bd9229 /drivers/Makefile | |
parent | 4c2ae844b5ef85fd4b571c9c91ac48afa6ef2dfc (diff) | |
download | linux-63f3861d2fbf8ccbad1386ac9ac8b822c036ea00.tar.xz |
[PATCH] Generic HID layer - build
This modifies Makefiles and Kconfigs to properly reflect the creation of
generic HID layer.
It also removes the dependency of BROKEN, which was introduced by the
first patch in series (see the comment). Also updates credits.
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/Makefile')
-rw-r--r-- | drivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index 67711770b1d9..50f76da598c9 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -77,4 +77,5 @@ obj-$(CONFIG_CRYPTO) += crypto/ obj-$(CONFIG_SUPERH) += sh/ obj-$(CONFIG_GENERIC_TIME) += clocksource/ obj-$(CONFIG_DMA_ENGINE) += dma/ +obj-$(CONFIG_HID) += hid/ obj-$(CONFIG_PPC_PS3) += ps3/ |