summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMole Shang <[email protected]>2024-02-11 17:51:28 +0800
committerMole Shang <[email protected]>2024-02-11 17:51:28 +0800
commit4a6593f1a6f666c618d303a4858c4c6d31b41c63 (patch)
tree29d5302aec4e0f3c34a70baa9fb83c0bb35dbf7c /Makefile
parent2fe04bc8faa4bf737a86c36a8017473e84814f3b (diff)
downloadxv6-labs-cow.tar.gz
xv6-labs-cow.tar.bz2
xv6-labs-cow.zip
lab cow: finishcow
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ecb0f9e..217311b 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,7 @@ OBJS = \
$K/kalloc.o \
$K/string.o \
$K/main.o \
+ $K/cow.o \
$K/vm.o \
$K/proc.o \
$K/swtch.o \