X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=src%2FMakefile.build;h=0934551144d38614c9c262e5b5acab01ed3843f1;hp=277373effe4910e6818671581ba51b9223599cfc;hb=0fd3a243b790dd1cfc9e0a40c57dddde56cf344d;hpb=ed04361f6ec91e4f0db1550c2cc487a461b2d17b diff --git a/src/Makefile.build b/src/Makefile.build index 277373e..0934551 100644 --- a/src/Makefile.build +++ b/src/Makefile.build @@ -30,6 +30,7 @@ devices_SRC += devices/serial.c # Serial port device. 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. # Library code shared between kernel and user programs. lib_SRC = lib/debug.c # Debug helpers.