From fc8b9b0b932a09d7484c1cd7173236f79de14ee1 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Sat, 19 Feb 2022 13:17:57 -0700 Subject: Macro file in include path --- src/boot.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.1