Browse Source

Kernel: Oops, also moved FileDescriptor into FileSystem/, fix Makefile.

Andreas Kling 6 years ago
parent
commit
ddba6c1b7f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Kernel/Makefile

+ 1 - 1
Kernel/Makefile

@@ -60,7 +60,7 @@ VFS_OBJS = \
     FileSystem/DiskBackedFileSystem.o \
     FileSystem/Ext2FileSystem.o \
     FileSystem/VirtualFileSystem.o \
-    FileDescriptor.o \
+    FileSystem/FileDescriptor.o \
     FileSystem/SyntheticFileSystem.o
 
 AK_OBJS = \