|
@@ -442,7 +442,7 @@ asm-generic:
|
|
|
|
|
|
no-dot-config-targets := clean mrproper distclean \
|
|
no-dot-config-targets := clean mrproper distclean \
|
|
cscope gtags TAGS tags help %docs check% coccicheck \
|
|
cscope gtags TAGS tags help %docs check% coccicheck \
|
|
- include/linux/version.h headers_% archheaders \
|
|
|
|
|
|
+ include/linux/version.h headers_% archheaders archscripts \
|
|
kernelversion %src-pkg
|
|
kernelversion %src-pkg
|
|
|
|
|
|
config-targets := 0
|
|
config-targets := 0
|
|
@@ -979,7 +979,7 @@ prepare1: prepare2 include/linux/version.h include/generated/utsrelease.h \
|
|
include/config/auto.conf
|
|
include/config/auto.conf
|
|
$(cmd_crmodverdir)
|
|
$(cmd_crmodverdir)
|
|
|
|
|
|
-archprepare: archheaders prepare1 scripts_basic
|
|
|
|
|
|
+archprepare: archheaders archscripts prepare1 scripts_basic
|
|
|
|
|
|
prepare0: archprepare FORCE
|
|
prepare0: archprepare FORCE
|
|
$(Q)$(MAKE) $(build)=.
|
|
$(Q)$(MAKE) $(build)=.
|
|
@@ -1049,8 +1049,11 @@ hdr-dst = $(if $(KBUILD_HEADERS), dst=include/asm-$(hdr-arch), dst=include/asm)
|
|
PHONY += archheaders
|
|
PHONY += archheaders
|
|
archheaders:
|
|
archheaders:
|
|
|
|
|
|
|
|
+PHONY += archscripts
|
|
|
|
+archscripts:
|
|
|
|
+
|
|
PHONY += __headers
|
|
PHONY += __headers
|
|
-__headers: include/linux/version.h scripts_basic asm-generic archheaders FORCE
|
|
|
|
|
|
+__headers: include/linux/version.h scripts_basic asm-generic archheaders archscripts FORCE
|
|
$(Q)$(MAKE) $(build)=scripts build_unifdef
|
|
$(Q)$(MAKE) $(build)=scripts build_unifdef
|
|
|
|
|
|
PHONY += headers_install_all
|
|
PHONY += headers_install_all
|