1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 22:47:45 +00:00

Kernel: Move SharedMemory.{cpp,h} into FileSystem/

This commit is contained in:
Andreas Kling 2019-07-09 14:50:01 +02:00
parent f4cec2f110
commit 23a6c2086b
5 changed files with 4 additions and 4 deletions

View file

@ -34,7 +34,7 @@ KERNEL_OBJS = \
DoubleBuffer.o \
KSyms.o \
KParams.o \
SharedMemory.o \
FileSystem/SharedMemory.o \
FileSystem/DevPtsFS.o \
Devices/BXVGADevice.o \
PCI.o \