summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown2009-07-02 09:39:34 +0200
committerMichael Brown2009-07-18 00:04:07 +0200
commit886895626868cabad7b031b1e382a0b169a4f01c (patch)
treedae4e3a4656c9b374e042017a97d666712ceca06 /src/Makefile
parent[netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocol (diff)
downloadipxe-886895626868cabad7b031b1e382a0b169a4f01c.tar.gz
ipxe-886895626868cabad7b031b1e382a0b169a4f01c.tar.xz
ipxe-886895626868cabad7b031b1e382a0b169a4f01c.zip
[infiniband] Move non-driver-specific code to net/infiniband
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index add582a20..b646d3bc1 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -55,7 +55,7 @@ SRCDIRS :=
SRCDIRS += libgcc
SRCDIRS += core
SRCDIRS += proto
-SRCDIRS += net net/tcp net/udp
+SRCDIRS += net net/tcp net/udp net/infiniband
SRCDIRS += image
SRCDIRS += drivers/bus
SRCDIRS += drivers/net