diff options
Diffstat (limited to 'Kernel/Makefile')
-rw-r--r-- | Kernel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Kernel/Makefile b/Kernel/Makefile index 98826d5628..11cc3a4142 100644 --- a/Kernel/Makefile +++ b/Kernel/Makefile @@ -39,6 +39,8 @@ KERNEL_OBJS = \ UDPSocket.o \ NetworkAdapter.o \ E1000NetworkAdapter.o \ + Net/LoopbackAdapter.o \ + Net/Routing.o \ NetworkTask.o VFS_OBJS = \ |