summaryrefslogtreecommitdiff
path: root/src/sys/os/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/os/Makefile')
-rw-r--r--src/sys/os/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sys/os/Makefile b/src/sys/os/Makefile
index f5d1530..c5de3ed 100644
--- a/src/sys/os/Makefile
+++ b/src/sys/os/Makefile
@@ -8,6 +8,7 @@ CFLAGS = -I../include/ -I../include/lib/ -I../target/header/ $(MI_CFLAGS) -O0
CFILES = $(shell find . -name "*.c")
CFILES += $(shell find ../vm -name "*.c")
CFILES += $(shell find ../lib -name "*.c")
+CFILES += $(shell find ../io -name "*.c")
DEPS = $(CFILES:.c=.d)
OBJECTS = $(CFILES:%.c=%.o)