提交 a54292f5 编写于 作者: A Andreas Schwab 提交者: Michal Marek

kbuild: generate generic headers before recursing into scripts

The headers are now needed inside scripts/mod since 6543becf
("mod/file2alias: make modalias generation safe for cross compiling").
Reported-and-tested-by: NLad, Prabhakar <prabhakar.csengg@gmail.com>
Reported-and-tested-by: N"Jon Medhurst (Tixy)" <tixy@linaro.org>
Signed-off-by: NAndreas Schwab <schwab@linux-m68k.org>
Signed-off-by: NMichal Marek <mmarek@suse.cz>
上级 6dbe51c2
......@@ -513,7 +513,8 @@ ifeq ($(KBUILD_EXTMOD),)
# Carefully list dependencies so we do not try to build scripts twice
# in parallel
PHONY += scripts
scripts: scripts_basic include/config/auto.conf include/config/tristate.conf
scripts: scripts_basic include/config/auto.conf include/config/tristate.conf \
asm-generic
$(Q)$(MAKE) $(build)=$(@)
# Objects we will link into vmlinux / subdirs we need to visit
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册