Basic disk detection stuff.
[pintos-anon] / src / Makefile.inc
index 6ffa3504a2e612be4ba5e4fec206f49baa82268d..a76c4a9cc3ad429345be1eb9a9451af6da509d37 100644 (file)
@@ -31,6 +31,7 @@ DEVICES_SRC  = timer.c                # Timer device.
 DEVICES_SRC += kbd.c           # Keyboard device.
 DEVICES_SRC += vga.c           # Video device.
 DEVICES_SRC += serial.c                # Serial port device.
+DEVICES_SRC += disk.c          # IDE disk device.
 
 # Library code.
 LIB_SRC  = debug.c             # Debug helpers.