summaryrefslogtreecommitdiff
path: root/Kernel/Makefile
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-03-28 09:38:59 +0100
committerAndreas Kling <kling@serenityos.org>2020-03-28 10:09:48 +0100
commitc50fbf6da06b1296d760fd983a3ca19ebccbe02b (patch)
tree8e260fd8e64ff207a668d9063edc86d37ce69407 /Kernel/Makefile
parent660ec504ca4707ee02e17fdc21a8472defbb0fd2 (diff)
downloadserenity-c50fbf6da06b1296d760fd983a3ca19ebccbe02b.zip
Kernel: Remove the floppy driver
Nobody was using this code, and it was not actively worked on, so let's just not have it. Press F.
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 72790695ac..7b97e15ff6 100644
--- a/Kernel/Makefile
+++ b/Kernel/Makefile
@@ -37,7 +37,6 @@ OBJS = \
Devices/DebugLogDevice.o \
Devices/Device.o \
Devices/DiskPartition.o \
- Devices/FloppyDiskDevice.o \
Devices/FullDevice.o \
Devices/GPTPartitionTable.o \
Devices/EBRPartitionTable.o \