| /* SPDX-License-Identifier: GPL-2.0 */ |
| #include <linux/export.h> |
| .globl system_certificate_list |
| .incbin "certs/signing_key.x509" |
| .incbin "certs/x509_certificate_list" |
| #ifdef CONFIG_SYSTEM_EXTRA_CERTIFICATE |
| .size system_extra_cert, CONFIG_SYSTEM_EXTRA_CERTIFICATE_SIZE |
| .fill CONFIG_SYSTEM_EXTRA_CERTIFICATE_SIZE, 1, 0 |
| .globl system_extra_cert_used |
| #endif /* CONFIG_SYSTEM_EXTRA_CERTIFICATE */ |
| .globl system_certificate_list_size |
| system_certificate_list_size: |
| .quad __cert_list_end - __cert_list_start |
| .long __cert_list_end - __cert_list_start |