summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown2007-11-21 16:35:08 +0100
committerMichael Brown2007-11-21 16:35:08 +0100
commitb53ee1eb1673ee94c61600cabb2b066f1c977a01 (patch)
treed441f0f40cbef937cd23873ee535ddb7bce09393 /src/Makefile
parentRemove some assumptions about DHCP obtaining only a single options block. (diff)
parentFixed receive instability by not enabling interrupts. duh. (diff)
downloadipxe-b53ee1eb1673ee94c61600cabb2b066f1c977a01.tar.gz
ipxe-b53ee1eb1673ee94c61600cabb2b066f1c977a01.tar.xz
ipxe-b53ee1eb1673ee94c61600cabb2b066f1c977a01.zip
Merge commit 'origin/mdc-working'
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 5327a520c..2abf98658 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -147,6 +147,7 @@ SRCDIRS += net net/tcp net/udp
SRCDIRS += image
SRCDIRS += drivers/bus
SRCDIRS += drivers/net
+SRCDIRS += drivers/net/e1000
SRCDIRS += drivers/block
SRCDIRS += drivers/scsi
SRCDIRS += drivers/ata