summaryrefslogtreecommitdiff
path: root/core/host/host_exe.lds
diff options
context:
space:
mode:
Diffstat (limited to 'core/host/host_exe.lds')
-rw-r--r--core/host/host_exe.lds5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/host/host_exe.lds b/core/host/host_exe.lds
index 3ea0a706e4..6cdb172045 100644
--- a/core/host/host_exe.lds
+++ b/core/host/host_exe.lds
@@ -19,6 +19,11 @@ SECTIONS {
*(.rodata.hcmds)
__hcmds_end = .;
+ . = ALIGN(4);
+ __mkbp_evt_srcs = .;
+ KEEP(*(.rodata.evtsrcs))
+ __mkbp_evt_srcs_end = .;
+
. = ALIGN(8);
__hooks_init = .;
*(.rodata.HOOK_INIT)