From 0c8aa6603edce9dfe41a0d303a508d4eb773da64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Kala=C5=A1=20=28Floxen=29?= Date: Sun, 12 Jul 2026 12:17:16 +0200 Subject: [PATCH] =?UTF-8?q?Do=20buildu=20p=C5=99id=C3=A1n=20nov=C3=BD=20ob?= =?UTF-8?q?jekt=20serial=20ovlada=C4=8De?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 32ed549..f88cb2c 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,7 @@ KERNEL_OBJS := \ $(BUILD)/kernel/string.o \ $(BUILD)/drivers/display.o \ $(BUILD)/drivers/keyboard.o \ + $(BUILD)/drivers/serial.o \ $(BUILD)/drivers/timer.o \ $(BUILD)/drivers/storage.o