summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7b7e233..b0b095a 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,7 @@ CFLAGS+=-I./asm
CFLAGS+=-I./kernel
CFLAGS+=-I./driver
CFLAGS+=-I./fs
+CFLAGS+=-I./net
CFLAGS+=-gstabs
#CFLAGS+=-fstack-protector-all
@@ -81,6 +82,7 @@ SOURCES+=$(wildcard ./driver/*.c)
SOURCES+=$(wildcard ./terminal/*.c)
SOURCES+=$(wildcard ./lib/*/*.c)
SOURCES+=$(wildcard ./testing/*.c)
+SOURCES+=$(wildcard ./net/*.c)
#derive kernel object files
OBJECTS=$(patsubst %.c, %.o, $(SOURCES))