From b933a9955a2a1eb0ab32b232e23d24dc207cba46 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 9 Aug 2020 18:50:17 +0200 Subject: Added syscall templates --- lib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile index 4190ec8..730ed6d 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -7,7 +7,8 @@ COBJS = str.o \ conv.o \ print.o \ serial.o \ - cpu.o + cpu.o \ + sys.o CC = ../cross/opt/bin/i686-elf-gcc LD = ../cross/opt/bin/i686-elf-ld OC = ../cross/opt/bin/i686-elf-ar -- cgit v1.2.3