1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 19:25:10 +00:00

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

This commit is contained in:
Andreas Kling 2019-04-06 20:34:59 +02:00
parent 644c887594
commit ddba6c1b7f

View file

@ -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 = \