summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown2007-10-29 18:21:58 +0100
committerMichael Brown2007-10-29 18:21:58 +0100
commit1620b3512c3ebd348e81bf31c31a5554479a175f (patch)
treebe870f107579350ea755e32a5ffe9d17f9ac0ff3 /src/Makefile
parentEnsure that empty e820 regions are skipped even at the end of the (diff)
parentChange ROM names to lower case. (diff)
downloadipxe-1620b3512c3ebd348e81bf31c31a5554479a175f.tar.gz
ipxe-1620b3512c3ebd348e81bf31c31a5554479a175f.tar.xz
ipxe-1620b3512c3ebd348e81bf31c31a5554479a175f.zip
Merge branch '3leaf'
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 0682dc5a4..5327a520c 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