summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2015-05-18 00:48:07 +0200
committerMichal Idziorek <m.i@gmx.at>2015-05-18 00:48:07 +0200
commitdb22b587966b4a4eaa47536f32ca812532446bcb (patch)
treeb6d471f5232973713ef64d9c81feefef51ee5eaf /Makefile
parent042e25e19b5fc0cec1d47440c26246c886cf39f6 (diff)
heavy refactoring underway
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 92b60e2..aee113d 100644
--- a/Makefile
+++ b/Makefile
@@ -69,6 +69,7 @@ SOURCES+=$(wildcard ./kernel/*.c)
SOURCES+=$(wildcard ./fs/*.c)
SOURCES+=$(wildcard ./driver/*.c)
SOURCES+=$(wildcard ./terminal/*.c)
+SOURCES+=$(wildcard ./lib/*/*.c)
#derive kernel object files
OBJECTS=$(patsubst %.c, %.o, $(SOURCES))