summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 11a8d66..92b60e2 100644
--- a/Makefile
+++ b/Makefile
@@ -66,9 +66,8 @@ ASFLAGS+=-gstabs
#kernel sources (asm and c)
SOURCES=
SOURCES+=$(wildcard ./kernel/*.c)
-SOURCES+=$(wildcard ./video/*.c)
-SOURCES+=$(wildcard ./lib/*/*.c)
SOURCES+=$(wildcard ./fs/*.c)
+SOURCES+=$(wildcard ./driver/*.c)
SOURCES+=$(wildcard ./terminal/*.c)
#derive kernel object files