diff options
author | Joshua Oreman <oremanj@rwcr.net> | 2009-12-08 03:38:50 -0500 |
---|---|---|
committer | Marty Connor <mdc@etherboot.org> | 2010-01-20 17:11:57 -0500 |
commit | 337e1ed4b4aea8d73ced8077be1f78ac7b347ba6 (patch) | |
tree | 9eaa3f9021723ae2f1385e6d0a738ceddaa83f7a /src/arch/i386/Makefile | |
parent | 2d58a62330c755dcde93ccaf09def7f8c2fae158 (diff) | |
download | ipxe-337e1ed4b4aea8d73ced8077be1f78ac7b347ba6.tar.gz |
[pxe] Separate parent PXE API caller from UNDINET driver
Calling the parent PXE stack (the stack that loaded us, for
undionly.kkpxe) can be useful for more than UNDI calls; for instance,
it lets us get cached DHCP packets to avoid re-DHCP when working with
embedded images.
Signed-off-by: Marty Connor <mdc@etherboot.org>
Diffstat (limited to 'src/arch/i386/Makefile')
-rw-r--r-- | src/arch/i386/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/i386/Makefile b/src/arch/i386/Makefile index 8f6c97e6..dd8da802 100644 --- a/src/arch/i386/Makefile +++ b/src/arch/i386/Makefile @@ -80,6 +80,7 @@ SRCDIRS += arch/i386/drivers SRCDIRS += arch/i386/drivers/net SRCDIRS += arch/i386/interface/pcbios SRCDIRS += arch/i386/interface/pxe +SRCDIRS += arch/i386/interface/pxeparent SRCDIRS += arch/i386/interface/syslinux SRCDIRS += arch/i386/hci/commands |