Skip to content

Commit bcd906b

Browse files
committed
fix(examples/irq-kernel): build failure
1 parent 52aea50 commit bcd906b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/irq-kernel/linker.lds.S

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,7 @@ SECTIONS
5454
SECTIONS {
5555
linkme_IRQ : { *(linkme_IRQ) }
5656
linkm2_IRQ : { *(linkm2_IRQ) }
57+
linkme_PAGE_FAULT : { *(linkme_PAGE_FAULT) }
58+
linkm2_PAGE_FAULT : { *(linkm2_PAGE_FAULT) }
5759
}
5860
INSERT AFTER .data;

0 commit comments

Comments
 (0)