summaryrefslogtreecommitdiff
path: root/sys/kern/Makefile
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-11-16 17:17:45 -0500
committerIan Moffett <ian@osmora.org>2025-11-16 17:17:45 -0500
commit812151739c92e86ed3afccb94e2264f12d9380d6 (patch)
tree585ee8ac87418d33eb359bc238ee829357448267 /sys/kern/Makefile
parent996de9fe0207845223b0c20d0d84df726ab4cc2e (diff)
kern: Add initial ACPI related sources
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/kern/Makefile')
-rw-r--r--sys/kern/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/Makefile b/sys/kern/Makefile
index 718df06..b15e8b6 100644
--- a/sys/kern/Makefile
+++ b/sys/kern/Makefile
@@ -7,6 +7,7 @@ CFILES += $(shell find ../os -name "*.c")
CFILES += $(shell find ../vm -name "*.c")
CFILES += $(shell find ../dev -name "*.c")
CFILES += $(shell find ../mu -name "*.c")
+CFILES += $(shell find ../acpi -name "*.c")
OFILES = $(CFILES:.c=.o)
DFILES = $(CFILES:.c=.d)
CC =