summaryrefslogtreecommitdiff
path: root/Kernel/Makefile
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-02-14 10:39:26 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-02-14 10:39:26 +0100
commit8d5ba56cf9b5ec577fc7619542fab702b155b7cd (patch)
tree43a5fea60d1150eb209d66d856e881de39a59525 /Kernel/Makefile
parentc4703bedead2bb0f986ad52aac575f18814ceff4 (diff)
downloadserenity-8d5ba56cf9b5ec577fc7619542fab702b155b7cd.zip
Kernel: Remove ProcessGUI.cpp, merging remainders into Process.cpp.
Diffstat (limited to 'Kernel/Makefile')
-rw-r--r--Kernel/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/Makefile b/Kernel/Makefile
index 3f3f73d036..0dfb4f501b 100644
--- a/Kernel/Makefile
+++ b/Kernel/Makefile
@@ -5,7 +5,6 @@ KERNEL_OBJS = \
StdLib.o \
i386.o \
Process.o \
- ProcessGUI.o \
i8253.o \
Keyboard.o \
CMOS.o \