kbuild: use relative path to include Makefile

The "MAKEFLAGS += --include-dir=$(srctree)" line in the top Makefile
allows us to do this.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
This commit is contained in:
Masahiro Yamada
2015-03-27 20:43:35 +09:00
committed by Michal Marek
parent 8a58e1628c
commit 7aacad53ae
4 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ src := $(obj)
-include $(objtree)/.config
include scripts/Kbuild.include
include $(srctree)/$(obj)/Makefile
include $(obj)/Makefile
include scripts/Makefile.host