summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/Makefile
diff options
context:
space:
mode:
authorMichael Brown2006-08-03 01:08:10 +0200
committerMichael Brown2006-08-03 01:08:10 +0200
commita0a872f7f1a7e26d8c66b190a9a12ceb89ed37f7 (patch)
treebe80a8cba5bf8c87fddd593635ea29d451426ccc /src/arch/i386/Makefile
parentMoved the basic struct sockaddr out of in.h. (diff)
downloadipxe-a0a872f7f1a7e26d8c66b190a9a12ceb89ed37f7.tar.gz
ipxe-a0a872f7f1a7e26d8c66b190a9a12ceb89ed37f7.tar.xz
ipxe-a0a872f7f1a7e26d8c66b190a9a12ceb89ed37f7.zip
Updated PXE UDP implementation to use the new Etherboot UDP API.
Updated PXE API dispatcher to use copy_{to,from}_user, and moved to arch/i386 since the implementation is quite architecture-dependent. (The individual PXE API calls can be largely architecture-independent.)
Diffstat (limited to 'src/arch/i386/Makefile')
-rw-r--r--src/arch/i386/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/i386/Makefile b/src/arch/i386/Makefile
index 33a2d635..dd63a42b 100644
--- a/src/arch/i386/Makefile
+++ b/src/arch/i386/Makefile
@@ -7,6 +7,7 @@ SRCDIRS += arch/i386/drivers/bus
SRCDIRS += arch/i386/drivers/net
SRCDIRS += arch/i386/drivers/disk
SRCDIRS += arch/i386/interface/pcbios
+SRCDIRS += arch/i386/interface/pxe
# The various xxx_loader.c files are #included into core/loader.c and
# should not be compiled directly.