diff options
author | Robert Morris <[email protected]> | 2019-07-27 03:49:03 -0400 |
---|---|---|
committer | Robert Morris <[email protected]> | 2019-07-27 03:49:03 -0400 |
commit | 281d450a088b348b898f2e23f6951e6d4f1efac0 (patch) | |
tree | 7dc504a77980ffb2c7cf2fe742952dadc9b1e737 /Makefile | |
parent | 734faa27acfe136f4cab3ea06e70193c0ecc5402 (diff) | |
download | xv6-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |