diff options
| -rw-r--r-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
| @@ -1156,11 +1156,7 @@ export INSTALL_HDR_PATH = $(objtree)/usr | |||
| 1156 | # If we do an all arch process set dst to include/arch-$(SRCARCH) | 1156 | # If we do an all arch process set dst to include/arch-$(SRCARCH) |
| 1157 | hdr-dst = $(if $(KBUILD_HEADERS), dst=include/arch-$(SRCARCH), dst=include) | 1157 | hdr-dst = $(if $(KBUILD_HEADERS), dst=include/arch-$(SRCARCH), dst=include) |
| 1158 | 1158 | ||
| 1159 | PHONY += archheaders | 1159 | PHONY += archheaders archscripts |
| 1160 | archheaders: | ||
| 1161 | |||
| 1162 | PHONY += archscripts | ||
| 1163 | archscripts: | ||
| 1164 | 1160 | ||
| 1165 | PHONY += __headers | 1161 | PHONY += __headers |
| 1166 | __headers: $(version_h) scripts_basic uapi-asm-generic archheaders archscripts | 1162 | __headers: $(version_h) scripts_basic uapi-asm-generic archheaders archscripts |
