|
@@ -513,7 +513,8 @@ ifeq ($(KBUILD_EXTMOD),)
|
|
|
# Carefully list dependencies so we do not try to build scripts twice
|
|
# Carefully list dependencies so we do not try to build scripts twice
|
|
|
# in parallel
|
|
# in parallel
|
|
|
PHONY += scripts
|
|
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)=$(@)
|
|
$(Q)$(MAKE) $(build)=$(@)
|
|
|
|
|
|
|
|
# Objects we will link into vmlinux / subdirs we need to visit
|
|
# Objects we will link into vmlinux / subdirs we need to visit
|