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
 SRCDIRS		+= drivers/nvs
154
 SRCDIRS		+= drivers/nvs
155
 SRCDIRS		+= drivers/bitbash
155
 SRCDIRS		+= drivers/bitbash
156
 SRCDIRS		+= drivers/infiniband
156
 SRCDIRS		+= drivers/infiniband
157
+SRCDIRS		+= drivers/e1000
157
 SRCDIRS		+= interface/pxe
158
 SRCDIRS		+= interface/pxe
158
 SRCDIRS		+= tests
159
 SRCDIRS		+= tests
159
 SRCDIRS		+= crypto crypto/axtls crypto/matrixssl
160
 SRCDIRS		+= crypto crypto/axtls crypto/matrixssl

Loading…
Cancel
Save