Skip to content

Commit 4fbce81

Browse files
committed
kbuild: remove headers_check stub
Linux 5.15 is out. Remove this stub now. Signed-off-by: Masahiro Yamada <[email protected]> Reviewed-by: Nick Desaulniers <[email protected]>
1 parent 50a4834 commit 4fbce81

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Makefile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,15 +1284,6 @@ headers: $(version_h) scripts_unifdef uapi-asm-generic archheaders archscripts
12841284
$(Q)$(MAKE) $(hdr-inst)=include/uapi
12851285
$(Q)$(MAKE) $(hdr-inst)=arch/$(SRCARCH)/include/uapi
12861286

1287-
# Deprecated. It is no-op now.
1288-
PHONY += headers_check
1289-
headers_check:
1290-
@echo >&2 "=================== WARNING ==================="
1291-
@echo >&2 "Since Linux 5.5, 'make headers_check' is no-op,"
1292-
@echo >&2 "and will be removed after Linux 5.15 release."
1293-
@echo >&2 "Please remove headers_check from your scripts."
1294-
@echo >&2 "==============================================="
1295-
12961287
ifdef CONFIG_HEADERS_INSTALL
12971288
prepare: headers
12981289
endif

0 commit comments

Comments
 (0)