summaryrefslogtreecommitdiff
path: root/Kernel/Makefile
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-01-15 21:46:15 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-01-15 21:46:15 +0100
commit46181cf023045ad346aabc760dafaecc93965d33 (patch)
tree1af7969b1a0c877651261021c3d967548f1efeef /Kernel/Makefile
parent52c004eb53d5c80245dbc2edcb400dc77dc8a797 (diff)
downloadserenity-46181cf023045ad346aabc760dafaecc93965d33.zip
Oops, finish WindowServer rename.
Diffstat (limited to 'Kernel/Makefile')
-rw-r--r--Kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Makefile b/Kernel/Makefile
index 1adda3b31b..0854940359 100644
--- a/Kernel/Makefile
+++ b/Kernel/Makefile
@@ -29,7 +29,7 @@ KERNEL_OBJS = \
ELFLoader.o \
KSyms.o \
PS2MouseDevice.o \
- WindowComposer.o
+ WindowServer.o
VFS_OBJS = \
../VirtualFileSystem/DiskDevice.o \