diff options
Diffstat (limited to 'kernel/system_certificates.S')
| -rw-r--r-- | kernel/system_certificates.S | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/kernel/system_certificates.S b/kernel/system_certificates.S new file mode 100644 index 000000000000..4aef390671cb --- /dev/null +++ b/kernel/system_certificates.S | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | #include <linux/export.h> | ||
| 2 | #include <linux/init.h> | ||
| 3 | |||
| 4 | __INITRODATA | ||
| 5 | |||
| 6 | .globl VMLINUX_SYMBOL(system_certificate_list) | ||
| 7 | VMLINUX_SYMBOL(system_certificate_list): | ||
| 8 | .incbin "kernel/x509_certificate_list" | ||
| 9 | .globl VMLINUX_SYMBOL(system_certificate_list_end) | ||
| 10 | VMLINUX_SYMBOL(system_certificate_list_end): | ||
