DORMANTno replies

[PATCH] drivers/Makefile: always enter hid/ subdirectory

From: Phil Sutter <hidden>
Date: 2014-07-01 16:04:59
Also in: linux-kbuild
Subsystem: the rest · Maintainer: Linus Torvalds

Depending the subdir traversal on CONFIG_HID does not suffice for USB
boot protocol drivers residing in drivers/hid/usbhid/ and being
independent of the full HID system.

Signed-off-by: Phil Sutter <redacted>
---
 drivers/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/Makefile b/drivers/Makefile
index f98b50d..9f12999 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -126,7 +126,7 @@ ifndef CONFIG_ARCH_USES_GETTIMEOFFSET
 obj-y				+= clocksource/
 endif
 obj-$(CONFIG_DCA)		+= dca/
-obj-$(CONFIG_HID)		+= hid/
+obj-y				+= hid/
 obj-$(CONFIG_PPC_PS3)		+= ps3/
 obj-$(CONFIG_OF)		+= of/
 obj-$(CONFIG_SSB)		+= ssb/
-- 
1.8.5.5
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help