|
@@ -1071,7 +1071,7 @@ scripts: scripts_basic asm-generic gcc-plugins $(autoksyms_h)
|
|
# version.h and scripts_basic is processed / created.
|
|
# version.h and scripts_basic is processed / created.
|
|
|
|
|
|
# Listed in dependency order
|
|
# Listed in dependency order
|
|
-PHONY += prepare archprepare prepare0 prepare1 prepare2 prepare3
|
|
|
|
|
|
+PHONY += prepare archprepare macroprepare prepare0 prepare1 prepare2 prepare3
|
|
|
|
|
|
# prepare3 is used to check if we are building in a separate output directory,
|
|
# prepare3 is used to check if we are building in a separate output directory,
|
|
# and if so do:
|
|
# and if so do:
|
|
@@ -1094,7 +1094,9 @@ prepare2: prepare3 outputmakefile asm-generic
|
|
prepare1: prepare2 $(version_h) $(autoksyms_h) include/generated/utsrelease.h
|
|
prepare1: prepare2 $(version_h) $(autoksyms_h) include/generated/utsrelease.h
|
|
$(cmd_crmodverdir)
|
|
$(cmd_crmodverdir)
|
|
|
|
|
|
-archprepare: archheaders archscripts prepare1 scripts_basic
|
|
|
|
|
|
+macroprepare: prepare1 archmacros
|
|
|
|
+
|
|
|
|
+archprepare: archheaders archscripts macroprepare scripts_basic
|
|
|
|
|
|
prepare0: archprepare gcc-plugins
|
|
prepare0: archprepare gcc-plugins
|
|
$(Q)$(MAKE) $(build)=.
|
|
$(Q)$(MAKE) $(build)=.
|
|
@@ -1162,6 +1164,9 @@ archheaders:
|
|
PHONY += archscripts
|
|
PHONY += archscripts
|
|
archscripts:
|
|
archscripts:
|
|
|
|
|
|
|
|
+PHONY += archmacros
|
|
|
|
+archmacros:
|
|
|
|
+
|
|
PHONY += __headers
|
|
PHONY += __headers
|
|
__headers: $(version_h) scripts_basic uapi-asm-generic archheaders archscripts
|
|
__headers: $(version_h) scripts_basic uapi-asm-generic archheaders archscripts
|
|
$(Q)$(MAKE) $(build)=scripts build_unifdef
|
|
$(Q)$(MAKE) $(build)=scripts build_unifdef
|