summaryrefslogtreecommitdiff
path: root/sys/kern/Makefile
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-11-20 21:37:03 -0500
committerIan Moffett <ian@osmora.org>2025-11-20 21:37:49 -0500
commit8d338f956b62ee24b07c32e8d1b6bd5cd699c31a (patch)
tree9f50bdfc30b5050c15e2a85d02054fd685b2249f /sys/kern/Makefile
parentf796cdac01416064ab2b9cfd302032f09799ac18 (diff)
kern: Add initial virtual file system 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 b15e8b6..32e2830 100644
--- a/sys/kern/Makefile
+++ b/sys/kern/Makefile
@@ -8,6 +8,7 @@ CFILES += $(shell find ../vm -name "*.c")
CFILES += $(shell find ../dev -name "*.c")
CFILES += $(shell find ../mu -name "*.c")
CFILES += $(shell find ../acpi -name "*.c")
+CFILES += $(shell find ../fs -name "*.c")
OFILES = $(CFILES:.c=.o)
DFILES = $(CFILES:.c=.d)
CC =