All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] kbuild: do not create include/linux directory
@ 2014-05-29  5:33 Masahiro Yamada
  2014-05-29  5:33 ` [PATCH 2/2] kbuild: create include/config directory in scripts/kconfig/Makefile Masahiro Yamada
  0 siblings, 1 reply; 3+ messages in thread
From: Masahiro Yamada @ 2014-05-29  5:33 UTC (permalink / raw)
  To: linux-kbuild; +Cc: Masahiro Yamada

There are no generated files under include/linux directory.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index c7a49f2..e3c88f3 100644
--- a/Makefile
+++ b/Makefile
@@ -523,11 +523,11 @@ include $(srctree)/arch/$(SRCARCH)/Makefile
 export KBUILD_DEFCONFIG KBUILD_KCONFIG
 
 config: scripts_basic outputmakefile FORCE
-	$(Q)mkdir -p include/linux include/config
+	$(Q)mkdir -p include/config
 	$(Q)$(MAKE) $(build)=scripts/kconfig $@
 
 %config: scripts_basic outputmakefile FORCE
-	$(Q)mkdir -p include/linux include/config
+	$(Q)mkdir -p include/config
 	$(Q)$(MAKE) $(build)=scripts/kconfig $@
 
 else
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-06-09 22:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-29  5:33 [PATCH 1/2] kbuild: do not create include/linux directory Masahiro Yamada
2014-05-29  5:33 ` [PATCH 2/2] kbuild: create include/config directory in scripts/kconfig/Makefile Masahiro Yamada
2014-06-09 22:21   ` Michal Marek

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.