KEYS: Have make canonicalise the paths of the X.509 certs better to deduplicate
[deliverable/linux.git] / kernel / modsign_certificate.S
1 #include <linux/export.h>
2
3 #define GLOBAL(name) \
4 .globl VMLINUX_SYMBOL(name); \
5 VMLINUX_SYMBOL(name):
6
7 .section ".init.data","aw"
8
9 GLOBAL(modsign_certificate_list)
10 .incbin "kernel/x509_certificate_list"
11 GLOBAL(modsign_certificate_list_end)
This page took 0.03487 seconds and 5 git commands to generate.