summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMole Shang <[email protected]>2024-01-18 17:35:27 +0800
committerMole Shang <[email protected]>2024-01-18 17:35:27 +0800
commit493159b9bb1a764926daa49fb09bff8f29e8e9e5 (patch)
treebcae49e20df0ab9d86dab9bd10226807cc432f88 /Makefile
parent33ca12a4653752d179e6296c7ca2f91a626d30f3 (diff)
downloadxv6-labs-493159b9bb1a764926daa49fb09bff8f29e8e9e5.tar.gz
xv6-labs-493159b9bb1a764926daa49fb09bff8f29e8e9e5.tar.bz2
xv6-labs-493159b9bb1a764926daa49fb09bff8f29e8e9e5.zip
lab syscall: finishsyscall
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4f3fd54..def8b43 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,7 @@ OBJS = \
$K/trampoline.o \
$K/trap.o \
$K/syscall.o \
+ $K/sysinfo.o \
$K/sysproc.o \
$K/bio.o \
$K/fs.o \
@@ -193,6 +194,8 @@ UPROGS=\
$U/_primes\
$U/_find\
$U/_xargs\
+ $U/_trace\
+ $U/_sysinfotest\