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:
parent
9fca94269e
commit
072ea7eece
7 changed files with 5 additions and 5 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue