From b91eaaddcffb9fe89c328c167736aa43f916e0b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Kala=C5=A1=20=28Floxen=29?= Date: Tue, 14 Jul 2026 19:33:35 +0200 Subject: [PATCH] =?UTF-8?q?P=C5=99id=C3=A1n=20int.o=20do=20buildchainu?= 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 260986d..5a986a6 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,7 @@ KERNEL_OBJS := \ $(BUILD)/kernel/syscall.o \ $(BUILD)/kernel/aster_api.o \ $(BUILD)/kernel/string.o \ + $(BUILD)/kernel/int.o \ $(BUILD)/drivers/display.o \ $(BUILD)/drivers/keyboard.o \ $(BUILD)/drivers/serial.o \