diff options
Diffstat (limited to 'scripts/Makefile.build')
-rw-r--r-- | scripts/Makefile.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.build b/scripts/Makefile.build index 282bfb310f5b..ebed6a41bc69 100644 --- a/scripts/Makefile.build +++ b/scripts/Makefile.build | |||
@@ -12,6 +12,7 @@ __build: | |||
12 | 12 | ||
13 | include $(if $(wildcard $(obj)/Kbuild), $(obj)/Kbuild, $(obj)/Makefile) | 13 | include $(if $(wildcard $(obj)/Kbuild), $(obj)/Kbuild, $(obj)/Makefile) |
14 | 14 | ||
15 | include scripts/Kbuild.include | ||
15 | include scripts/Makefile.lib | 16 | include scripts/Makefile.lib |
16 | 17 | ||
17 | ifdef host-progs | 18 | ifdef host-progs |