diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-01-15 21:46:15 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-01-15 21:46:15 +0100 |
commit | 46181cf023045ad346aabc760dafaecc93965d33 (patch) | |
tree | 1af7969b1a0c877651261021c3d967548f1efeef /Kernel/Makefile | |
parent | 52c004eb53d5c80245dbc2edcb400dc77dc8a797 (diff) | |
download | serenity-46181cf023045ad346aabc760dafaecc93965d33.zip |
Oops, finish WindowServer rename.
Diffstat (limited to 'Kernel/Makefile')
-rw-r--r-- | Kernel/Makefile | 2 |
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 \ |