Move reboot() and power_off() to new file, and rename to fit convention.
[pintos-anon] / src / Makefile.build
index 4bd92202bb0838afdf16cdcd4956e67f8d71f889..ceb34121b6aeb5557097ad941f8119156c8ad323 100644 (file)
@@ -31,6 +31,7 @@ devices_SRC += devices/disk.c         # IDE disk device.
 devices_SRC += devices/input.c         # Serial and keyboard input.
 devices_SRC += devices/intq.c          # Interrupt queue.
 devices_SRC += devices/rtc.c           # Real-time clock.
+devices_SRC += devices/shutdown.c      # Reboot and power off.
 
 # Library code shared between kernel and user programs.
 lib_SRC  = lib/debug.c                 # Debug helpers.