Skip to content

Commit f7de64b

Browse files
committed
kbuild: remove unnecessary stubs for archheader and archscripts
Make simply skips a missing rule when it is marked as .PHONY. Remove the dummy targets. Signed-off-by: Masahiro Yamada <[email protected]>
1 parent ba97df4 commit f7de64b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,11 +1156,7 @@ export INSTALL_HDR_PATH = $(objtree)/usr
11561156
# If we do an all arch process set dst to include/arch-$(SRCARCH)
11571157
hdr-dst = $(if $(KBUILD_HEADERS), dst=include/arch-$(SRCARCH), dst=include)
11581158

1159-
PHONY += archheaders
1160-
archheaders:
1161-
1162-
PHONY += archscripts
1163-
archscripts:
1159+
PHONY += archheaders archscripts
11641160

11651161
PHONY += __headers
11661162
__headers: $(version_h) scripts_basic uapi-asm-generic archheaders archscripts

0 commit comments

Comments
 (0)