Kernel: Compile EventFD file

This commit is contained in:
2026-03-23 18:25:18 +02:00
parent cbe835a2c8
commit ccb4d13a82

View File

@@ -25,6 +25,7 @@ set(KERNEL_SOURCES
kernel/Epoll.cpp
kernel/Errors.cpp
kernel/FS/DevFS/FileSystem.cpp
kernel/FS/EventFD.cpp
kernel/FS/Ext2/FileSystem.cpp
kernel/FS/Ext2/Inode.cpp
kernel/FS/FAT/FileSystem.cpp