From 954389acc4fdda1b6dbd3e9c3cf6d5767af40a84 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sat, 20 Sep 2025 20:51:50 -0400 Subject: kern: proc: Move sys_exit() to sys/compat/unix/* Signed-off-by: Ian Moffett --- src/sys/os/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sys/os/Makefile') diff --git a/src/sys/os/Makefile b/src/sys/os/Makefile index ed8ac6e..de73afd 100644 --- a/src/sys/os/Makefile +++ b/src/sys/os/Makefile @@ -11,6 +11,7 @@ CFILES += $(shell find ../vm -name "*.c") CFILES += $(shell find ../lib -name "*.c") CFILES += $(shell find ../io -name "*.c") CFILES += $(shell find ../acpi -name "*.c") +CFILES += $(shell find ../compat -name "*.c") DEPS = $(CFILES:.c=.d) OBJECTS = $(CFILES:%.c=%.o) -- cgit v1.2.3