aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorMarvin Borner2020-08-09 18:50:17 +0200
committerMarvin Borner2020-08-09 18:50:17 +0200
commitb933a9955a2a1eb0ab32b232e23d24dc207cba46 (patch)
treecb5871cb861a1e7eee8900a2ed81a9e33a3ce130 /lib/Makefile
parent544acef0986977ef9d3a05d87bb9f55163b1280a (diff)
Added syscall templates
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile3
1 files changed, 2 insertions, 1 deletions
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