[uml-devel] [PATCH 0/4] kbuild: refactor Makefile inclusion
Masahiro Yamada (4): kbuild: use relative path to include Makefile kbuild: use relative path more to include Makefile kbuild: include $(src)/Makefile rather than $(obj)/Makefile kbuild: ia64: use $(src)/Makefile.gate rather than particular path Makefile | 22
[uml-devel] [PATCH 2/4] kbuild: use relative path more to include Makefile
"sub-make" target. Signed-off-by: Masahiro Yamada --- Makefile | 22 ++ arch/mips/Makefile | 2 +- arch/um/Makefile | 6 +++--- arch/x86/Makefile| 2 +- arch/x86/Makefile.um | 2 +- 5 files changed, 16 insertions(+), 18 deletions(-) dif