summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkaashoek <kaashoek>2006-08-10 01:28:57 +0000
committerkaashoek <kaashoek>2006-08-10 01:28:57 +0000
commit28d9ef04ddaa4cf32f3c63c976afdc535a36db98 (patch)
tree3ffd0e079e8fd5dab4e00a37fb657087ed7da720 /Makefile
parent939f9edeac042b2678bd2943a32822fb2eed75b4 (diff)
downloadxv6-labs-28d9ef04ddaa4cf32f3c63c976afdc535a36db98.tar.gz
xv6-labs-28d9ef04ddaa4cf32f3c63c976afdc535a36db98.tar.bz2
xv6-labs-28d9ef04ddaa4cf32f3c63c976afdc535a36db98.zip
printf
convert userfs to use printf bfree ifree writei start on unlink
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cc83f3e..3f5a3ce 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,7 @@ kernel : $(OBJS) bootother.S user1 usertests userfs
vectors.S : vectors.pl
perl vectors.pl > vectors.S
-ULIB = ulib.o usys.o
+ULIB = ulib.o usys.o printf.o
user1 : user1.o $(ULIB)
$(LD) -N -e main -Ttext 0 -o user1 user1.o $(ULIB)