summaryrefslogtreecommitdiff
path: root/Kernel/Makefile
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-04-03 12:30:04 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-04-03 12:30:04 +0200
commit072ea7eece8607efec8e2824307b0a6209e4d014 (patch)
tree58704420fcef2ad8dc77342d113ca733b04ea126 /Kernel/Makefile
parent9fca94269ef4c16e984e444a9002ff60a93ce4c9 (diff)
downloadserenity-072ea7eece8607efec8e2824307b0a6209e4d014.zip
Kernel: Move ELF-related files into Kernel/ELF/.
Diffstat (limited to 'Kernel/Makefile')
-rw-r--r--Kernel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/Makefile b/Kernel/Makefile
index d64d65b097..f19d45cf6c 100644
--- a/Kernel/Makefile
+++ b/Kernel/Makefile
@@ -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 \