From 6a2c1f4ea9c9b348a9f83d5175b1096cea427576 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Wed, 1 Oct 2025 02:40:43 +0200 Subject: [PATCH] Include rtc in build --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b316fc2..0a270a7 100644 --- a/Makefile +++ b/Makefile @@ -55,6 +55,7 @@ quickstart: KERNEL_OBJ := \ kern/entry.o \ kern/start.o \ + kern/rtc.o \ kern/libkern/freelist.o \ kern/libkern/string.o \ kern/libkern/proc.o \