summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.fwinst
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-03-27 20:43:37 +0900
committerMichal Marek <mmarek@suse.cz>2015-04-02 16:42:08 +0200
commit5f655c7a4c9fcf7152b8a34e987d936f7b5255b8 (patch)
treeff3121216ab842558622bb29cfa992b665b756b4 /scripts/Makefile.fwinst
parenta436bb7b806383ae0593cab53d17fc9676270cd3 (diff)
downloadlinux-5f655c7a4c9fcf7152b8a34e987d936f7b5255b8.tar.gz
linux-5f655c7a4c9fcf7152b8a34e987d936f7b5255b8.tar.xz
kbuild: include $(src)/Makefile rather than $(obj)/Makefile
This commit actually has no impact because $(src) and $(obj) point to the same path, but $(src)/Makefile looks better when we include source files. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'scripts/Makefile.fwinst')
-rw-r--r--scripts/Makefile.fwinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.fwinst b/scripts/Makefile.fwinst
index baf5eaedb278..b27290035253 100644
--- a/scripts/Makefile.fwinst
+++ b/scripts/Makefile.fwinst
@@ -13,7 +13,7 @@ src := $(obj)
-include $(objtree)/.config
include scripts/Kbuild.include
-include $(obj)/Makefile
+include $(src)/Makefile
include scripts/Makefile.host