Browse Source

Add e1000 directory to build, since the driver compiles cleanly.

tags/v0.9.3
Marty Connor 16 years ago
parent
commit
e21391d7b5
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/Makefile

+ 1
- 0
src/Makefile View File

@@ -154,6 +154,7 @@ SRCDIRS		+= drivers/ata
154 154
 SRCDIRS		+= drivers/nvs
155 155
 SRCDIRS		+= drivers/bitbash
156 156
 SRCDIRS		+= drivers/infiniband
157
+SRCDIRS		+= drivers/e1000
157 158
 SRCDIRS		+= interface/pxe
158 159
 SRCDIRS		+= tests
159 160
 SRCDIRS		+= crypto crypto/axtls crypto/matrixssl

Loading…
Cancel
Save