summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2008-12-21 17:51:36 -0500
committerKevin O'Connor <kevin@koconnor.net>2008-12-21 17:51:36 -0500
commit0c3068d2ef293f59241c0e10d308309ebaa60277 (patch)
treed2ba5ed58e23f35114759b1f0dd7338864a65721 /Makefile
parentfb630a9fa89264ff5cdd1e82c3b0854e5599731f (diff)
Initial PnP bios call support.
This commit provides just enough PnP support for gPXE to not hook int19.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f6a85b5..8faa1f4 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,8 @@ OUT=out/
# Source files
SRCBOTH=output.c util.c floppy.c ata.c system.c mouse.c kbd.c pci.c \
- serial.c clock.c pic.c cdrom.c ps2port.c smpdetect.c resume.c
+ serial.c clock.c pic.c cdrom.c ps2port.c smpdetect.c resume.c \
+ pnpbios.c
SRC16=$(SRCBOTH) disk.c apm.c pcibios.c vgahooks.c
SRC32=$(SRCBOTH) post.c shadow.c post_menu.c memmap.c coreboot.c boot.c \
acpi.c pirtable.c smm.c mptable.c smbios.c pciinit.c \