From 10459f86c092bc5b0d90bea1273d6d09f21e3e51 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Sun, 4 Oct 2020 13:07:14 -0500 Subject: split arm funcs to separate file --- ld_script.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ld_script.txt') diff --git a/ld_script.txt b/ld_script.txt index 36badc1..a035ec7 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -41,6 +41,8 @@ SECTIONS { { asm/crt0.o(.text); asm/code.o(.text); + asm/arm_func.o(.text); + asm/code_2.o(.text); src/code.o(.text); asm/event_flag.o(.text); src/event_flag.o(.text); -- cgit v1.2.3