KEYS: Have make canonicalise the paths of the X.509 certs better to deduplicate
[linux-block.git] / kernel / modsign_certificate.S
CommitLineData
b92021b0 1#include <linux/export.h>
919aa45e
TI
2
3#define GLOBAL(name) \
b92021b0
RR
4 .globl VMLINUX_SYMBOL(name); \
5 VMLINUX_SYMBOL(name):
919aa45e
TI
6
7 .section ".init.data","aw"
8
9GLOBAL(modsign_certificate_list)
f0e6d220 10 .incbin "kernel/x509_certificate_list"
919aa45e 11GLOBAL(modsign_certificate_list_end)