summaryrefslogtreecommitdiff
path: root/Source/Kernel/Makefile
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2009-11-29 16:22:01 +0100
committerAlexis211 <alexis211@gmail.com>2009-11-29 16:22:01 +0100
commit41874c455c755f00ca73c2e2ee5ab8c4b0dbe61e (patch)
tree95986807bde312286c28297059873a6c66b72566 /Source/Kernel/Makefile
parenta913d4c2cb4daf10c0eac4d548fccb26b2a9f099 (diff)
downloadMelon-41874c455c755f00ca73c2e2ee5ab8c4b0dbe61e.tar.gz
Melon-41874c455c755f00ca73c2e2ee5ab8c4b0dbe61e.zip
Reading from HDD is now possible !
Diffstat (limited to 'Source/Kernel/Makefile')
-rw-r--r--Source/Kernel/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Kernel/Makefile b/Source/Kernel/Makefile
index 2005cd2..660017a 100644
--- a/Source/Kernel/Makefile
+++ b/Source/Kernel/Makefile
@@ -77,6 +77,8 @@ Objects = Core/loader.wtf.o \
Devices/Keyboard/PS2Keyboard.class.o \
Devices/Floppy/FloppyController.class.o \
Devices/Floppy/FloppyDrive.class.o \
+ Devices/ATA/ATAController.class.o \
+ Devices/ATA/ATADrive.class.o \
Devices/Timer.class.o
all: $(OutFile)