summaryrefslogtreecommitdiff
path: root/libc/bios/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libc/bios/Makefile')
-rw-r--r--libc/bios/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/bios/Makefile b/libc/bios/Makefile
index 57128e0..b617e50 100644
--- a/libc/bios/Makefile
+++ b/libc/bios/Makefile
@@ -10,7 +10,7 @@ AOBJ=bios_start.o bios_isatty.o \
BSRC=bios_vid.c
BOBJ=bios_putc.o bios_getc.o bios_khit.o bios_rdline.o
-OBJ=$(AOBJ) $(BOBJ)
+OBJ=$(AOBJ) $(BOBJ) time.o
CFLAGS=$(ARCH) $(CCFLAGS) $(DEFS)