We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a4834 commit 4fbce81Copy full SHA for 4fbce81
Makefile
@@ -1284,15 +1284,6 @@ headers: $(version_h) scripts_unifdef uapi-asm-generic archheaders archscripts
1284
$(Q)$(MAKE) $(hdr-inst)=include/uapi
1285
$(Q)$(MAKE) $(hdr-inst)=arch/$(SRCARCH)/include/uapi
1286
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
-
1296
ifdef CONFIG_HEADERS_INSTALL
1297
prepare: headers
1298
endif
0 commit comments