diff options
author | Michael Brown | 2007-09-18 07:06:55 +0200 |
---|---|---|
committer | Michael Brown | 2007-09-18 07:06:55 +0200 |
commit | 982e4dd101f9cb24b06dcdd96a2a6c4316d67c7d (patch) | |
tree | 609cdeb5fd62757080b5f878e96c05e592ef6664 /src/Makefile | |
parent | First version that works with SELF_INIT! (diff) | |
download | ipxe-982e4dd101f9cb24b06dcdd96a2a6c4316d67c7d.tar.gz ipxe-982e4dd101f9cb24b06dcdd96a2a6c4316d67c7d.tar.xz ipxe-982e4dd101f9cb24b06dcdd96a2a6c4316d67c7d.zip |
Separated out to a clean new drivers/infiniband directory.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Makefile b/src/Makefile index f0e85e1e..5327a520 100644 --- a/src/Makefile +++ b/src/Makefile @@ -152,6 +152,7 @@ SRCDIRS += drivers/scsi SRCDIRS += drivers/ata SRCDIRS += drivers/nvs SRCDIRS += drivers/bitbash +SRCDIRS += drivers/infiniband SRCDIRS += interface/pxe SRCDIRS += tests SRCDIRS += crypto crypto/axtls crypto/matrixssl @@ -165,11 +166,6 @@ SRCDIRS += usr NON_AUTO_SRCS += core/elf_loader.c NON_AUTO_SRCS += drivers/net/prism2.c -SRCS += drivers/net/mlx_ipoib/mt25218.c -SRCS += drivers/net/mlx_ipoib/mt23108.c -CFLAGS_mt25218 = -Wno-error -CFLAGS_mt23108 = -Wno-error - # Rules for finalising files. TGT_MAKEROM_FLAGS is defined as part of # the automatic build system and varies by target; it includes the # "-p 0x1234,0x5678" string to set the PCI IDs. |