From 56b101a2149b92c253078cf79f40e1247b08625c Mon Sep 17 00:00:00 2001 From: Stephen Heumann Date: Tue, 31 Oct 2017 23:09:27 -0500 Subject: [PATCH] Change keep location for stdio to be in the obj directory. --- stdio.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdio.asm b/stdio.asm index bb75c9d..778d870 100644 --- a/stdio.asm +++ b/stdio.asm @@ -1,4 +1,4 @@ - keep stdio + keep obj/stdio mcopy stdio.macros case on