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 6c3df2b..abd819e 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,9 @@ OBJS = \
sleeplock.o \
file.o \
pipe.o \
- ramdisk.o
+ ramdisk.o \
+ exec.o \
+ sysfile.o
XXXOBJS = \
bio.o\