X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FMakefile.build;h=97edb71946ca272221f220301b52a3609f8857ac;hb=c2edf1dc3e9a634fb7c68519d6cb6534a129e5b1;hp=e124011ac646210885fc7c311080ede3e6bfd3d3;hpb=749088412dc35dfc51035c30b86dd0b86a6954f7;p=pintos-anon diff --git a/src/Makefile.build b/src/Makefile.build index e124011..97edb71 100644 --- a/src/Makefile.build +++ b/src/Makefile.build @@ -28,6 +28,7 @@ devices_SRC += devices/vga.c # Video device. devices_SRC += devices/serial.c # Serial port device. devices_SRC += devices/disk.c # IDE disk device. devices_SRC += devices/intq.c # Interrupt queue. +devices_SRC += devices/pci.c # PCI device. # Library code shared between kernel and user programs. lib_SRC = lib/debug.c # Debug helpers.