1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 15:07:44 +00:00

Move DoubleBuffer to its own files.

This commit is contained in:
Andreas Kling 2018-12-03 01:51:44 +01:00
parent aff89d2fd7
commit bbfae19238
5 changed files with 56 additions and 49 deletions

View file

@ -21,6 +21,7 @@ KERNEL_OBJS = \
VirtualConsole.o \
FIFO.o \
Scheduler.o \
DoubleBuffer.o \
ELFImage.o \
ELFLoader.o