[build] Mark dummy architecture headers as permitted for UEFI Secure Boot

The dummy header files in include/bits/*.h are placeholders for
architectures that do not need to define any architecture-specific
functionality in these areas.  Mark these trivial files as permitted
for UEFI Secure Boot.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2026-01-28 13:54:10 +00:00
parent 40c2db9d67
commit 8e31ac9fc3
14 changed files with 14 additions and 0 deletions
+1
View File
@@ -11,5 +11,6 @@
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
FILE_SECBOOT ( PERMITTED );
#endif /* _BITS_HYPERV_H */