diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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)) |
