mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 16:58:11 +00:00
Kernel: Oops, also moved FileDescriptor into FileSystem/, fix Makefile.
This commit is contained in:
parent
644c887594
commit
ddba6c1b7f
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ VFS_OBJS = \
|
||||||
FileSystem/DiskBackedFileSystem.o \
|
FileSystem/DiskBackedFileSystem.o \
|
||||||
FileSystem/Ext2FileSystem.o \
|
FileSystem/Ext2FileSystem.o \
|
||||||
FileSystem/VirtualFileSystem.o \
|
FileSystem/VirtualFileSystem.o \
|
||||||
FileDescriptor.o \
|
FileSystem/FileDescriptor.o \
|
||||||
FileSystem/SyntheticFileSystem.o
|
FileSystem/SyntheticFileSystem.o
|
||||||
|
|
||||||
AK_OBJS = \
|
AK_OBJS = \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue