summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Morris <[email protected]>2019-07-27 03:49:03 -0400
committerRobert Morris <[email protected]>2019-07-27 03:49:03 -0400
commit281d450a088b348b898f2e23f6951e6d4f1efac0 (patch)
tree7dc504a77980ffb2c7cf2fe742952dadc9b1e737 /Makefile
parent734faa27acfe136f4cab3ea06e70193c0ecc5402 (diff)
downloadxv6-labs-281d450a088b348b898f2e23f6951e6d4f1efac0.tar.gz
xv6-labs-281d450a088b348b898f2e23f6951e6d4f1efac0.tar.bz2
xv6-labs-281d450a088b348b898f2e23f6951e6d4f1efac0.zip
split printf into a separate file, to make console.c more like a driver
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7f6d032..c6360fd 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,7 @@ OBJS = \
$K/entry.o \
$K/start.o \
$K/console.o \
+ $K/printf.o \
$K/uart.o \
$K/kalloc.o \
$K/spinlock.o \