diff options
| author | Michael Brown | 2009-07-02 09:39:34 +0200 |
|---|---|---|
| committer | Michael Brown | 2009-07-18 00:04:07 +0200 |
| commit | 886895626868cabad7b031b1e382a0b169a4f01c (patch) | |
| tree | dae4e3a4656c9b374e042017a97d666712ceca06 /src/Makefile | |
| parent | [netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocol (diff) | |
| download | ipxe-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/Makefile | 2 |
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 |
