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

Kernel: Move ELF-related files into Kernel/ELF/.

This commit is contained in:
Andreas Kling 2019-04-03 12:30:04 +02:00
parent 9fca94269e
commit 072ea7eece
7 changed files with 5 additions and 5 deletions

View file

@ -24,8 +24,8 @@ KERNEL_OBJS = \
FIFO.o \
Scheduler.o \
DoubleBuffer.o \
ELFImage.o \
ELFLoader.o \
ELF/ELFImage.o \
ELF/ELFLoader.o \
KSyms.o \
FileSystem/DevPtsFS.o \
BXVGADevice.o \