Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Separated out to a clean new drivers/infiniband directory.
  • Loading branch information
Michael Brown committed Sep 18, 2007
1 parent a5ec029 commit 982e4dd
Show file tree
Hide file tree
Showing 5 changed files with 6,259 additions and 5 deletions.
6 changes: 1 addition & 5 deletions src/Makefile
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit 982e4dd

Please sign in to comment.