summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKimapr <kimapr@mail.ru>2023-12-20 14:51:37 +0500
committerLizzy Fleckenstein <lizzy@vlhl.dev>2023-12-21 22:54:34 +0100
commit2834bff2cf6131202a788b59a5fd81994e1ed5aa (patch)
tree9a1ace6488e16d15af474cd027f2387c91ebbc12 /Makefile
parent43a856b5d40ceb570af7755d9f1222093a48aa64 (diff)
downloadcuddles-2834bff2cf6131202a788b59a5fd81994e1ed5aa.tar.xz
rtc clock driver
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ea2f5bf..a98b181 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,7 @@ STAGE3_C = \
stage3/halt.o \
stage3/interrupts.o \
stage3/pic.o \
+ stage3/clock.o \
stage3/memory.o \
stage3/heap.o \
stage3/font.o \