summaryrefslogtreecommitdiff
path: root/Kernel/Makefile
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2018-11-10 15:15:31 +0100
committerAndreas Kling <awesomekling@gmail.com>2018-11-10 15:15:31 +0100
commitb8264e7d47d29c11c59b80f9076cc2eab2dab87b (patch)
tree251a8353e61d13b4738221949fae242672f0aa1f /Kernel/Makefile
parentcba05ce75e94ac935671be22ca05e943302b9eef (diff)
downloadserenity-b8264e7d47d29c11c59b80f9076cc2eab2dab87b.zip
Merge Disk namespace into the IDEDiskDevice class.
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 8f99da09c8..1528847873 100644
--- a/Kernel/Makefile
+++ b/Kernel/Makefile
@@ -11,7 +11,6 @@ KERNEL_OBJS = \
CMOS.o \
PIC.o \
Syscall.o \
- Disk.o \
IDEDiskDevice.o \
MemoryManager.o \
Console.o \