diff options
author | Andreas Kling <awesomekling@gmail.com> | 2018-11-10 15:15:31 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2018-11-10 15:15:31 +0100 |
commit | b8264e7d47d29c11c59b80f9076cc2eab2dab87b (patch) | |
tree | 251a8353e61d13b4738221949fae242672f0aa1f /Kernel/Makefile | |
parent | cba05ce75e94ac935671be22ca05e943302b9eef (diff) | |
download | serenity-b8264e7d47d29c11c59b80f9076cc2eab2dab87b.zip |
Merge Disk namespace into the IDEDiskDevice class.
Diffstat (limited to 'Kernel/Makefile')
-rw-r--r-- | Kernel/Makefile | 1 |
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 \ |