aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-02-19 13:17:57 -0700
committerChristian Cunningham <cc@localhost>2022-02-19 13:17:57 -0700
commitfc8b9b0b932a09d7484c1cd7173236f79de14ee1 (patch)
tree755d2d630a2963c292cf0c2d35e2e8cdbdfe3755
parent3003baf1d0e3432818e810cf0bec51da9b23458a (diff)
Macro file in include path
-rw-r--r--src/boot.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot.S b/src/boot.S
index 1e42110..a3f7aa8 100644
--- a/src/boot.S
+++ b/src/boot.S
@@ -4,7 +4,7 @@
// Make _start global.
.globl _start
-.include "../include/macros.inc"
+.include "macros.inc"
_start:
reset: