diff options
| author | Michael Brown | 2007-11-21 16:35:08 +0100 |
|---|---|---|
| committer | Michael Brown | 2007-11-21 16:35:08 +0100 |
| commit | b53ee1eb1673ee94c61600cabb2b066f1c977a01 (patch) | |
| tree | d441f0f40cbef937cd23873ee535ddb7bce09393 /src/Makefile | |
| parent | Remove some assumptions about DHCP obtaining only a single options block. (diff) | |
| parent | Fixed receive instability by not enabling interrupts. duh. (diff) | |
| download | ipxe-b53ee1eb1673ee94c61600cabb2b066f1c977a01.tar.gz ipxe-b53ee1eb1673ee94c61600cabb2b066f1c977a01.tar.xz ipxe-b53ee1eb1673ee94c61600cabb2b066f1c977a01.zip | |
Merge commit 'origin/mdc-working'
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
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 |
