All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers/Makefile: always enter hid/ subdirectory
@ 2014-07-01 16:04 Phil Sutter
  0 siblings, 0 replies; only message in thread
From: Phil Sutter @ 2014-07-01 16:04 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-input, Michal Marek, linux-kbuild

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 <phil.sutter@viprinet.com>
---
 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-07-01 16:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-01 16:04 [PATCH] drivers/Makefile: always enter hid/ subdirectory Phil Sutter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.