]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[build] Exclude local named config headers from annotation checks
authorChristian I. Nilsson <ChristianN@2PintSoftware.com>
Sat, 31 Jan 2026 00:22:33 +0000 (01:22 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 3 Feb 2026 09:59:42 +0000 (09:59 +0000)
commita565e18f39ef252b618d188f1a0e6ce7f839ed3e
treeb3359414d5b9359c6956c17437842da61ab3a15d
parentb05a045b41e3876a99c9825b0360043b00dbb16b
[build] Exclude local named config headers from annotation checks

Commit dee71adda ("[build] Exclude external files from annotation
checks") excluded local top-level config headers from annotation
checks, but not local named config headers.

These are generated if missing when building with CONFIG= and will
most of the time be empty.  Exclude these files from the list of
annotated files used to perform licensing and UEFI Secure Boot
eligibility checks.

Non-local named config headers intended to be used with Secure Boot
can be annotated with FILE_SECBOOT().

Signed-off-by: Christian I. Nilsson <ChristianN@2PintSoftware.com>
Modified-by: Michael Brown <mcb30@ipxe.org>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/Makefile.housekeeping