summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index abd819e..84355e0 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,9 @@ OBJS = \
pipe.o \
ramdisk.o \
exec.o \
- sysfile.o
+ sysfile.o \
+ kernelvec.o \
+ plic.o
XXXOBJS = \
bio.o\