summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/Makefile b/sys/kern/Makefile
index c5cc820..6252f1f 100644
--- a/sys/kern/Makefile
+++ b/sys/kern/Makefile
@@ -3,6 +3,7 @@ override PROMPT := printf "%s\t\t%s\n"
CFILES = $(shell find . -name "*.c")
CFILES += $(shell find ../lib -name "*.c")
+CFILES += $(shell find ../os -name "*.c")
OFILES = $(CFILES:.c=.o)
CC =
SYS_CFLAGS =