From 281d450a088b348b898f2e23f6951e6d4f1efac0 Mon Sep 17 00:00:00 2001 From: Robert Morris Date: Sat, 27 Jul 2019 03:49:03 -0400 Subject: split printf into a separate file, to make console.c more like a driver --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 \ -- cgit v1.2.3