summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown2007-08-18 19:04:18 +0200
committerMichael Brown2007-08-18 19:04:18 +0200
commitb42c5905cb59f6ca4893afa4935eb0365079cae9 (patch)
tree0c83569b1ace173652fb06f7cec359ffaa4fb02e /src/Makefile
parentStarted fixing up compilation warnings. (diff)
downloadipxe-b42c5905cb59f6ca4893afa4935eb0365079cae9.tar.gz
ipxe-b42c5905cb59f6ca4893afa4935eb0365079cae9.tar.xz
ipxe-b42c5905cb59f6ca4893afa4935eb0365079cae9.zip
Very quick and very dirty hack to get the Mellanox code building
inside gPXE.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 0f8ddca2..f4a0796b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -164,6 +164,11 @@ 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.