diff options
| author | Stefan Hajnoczi | 2010-01-30 10:57:32 +0100 |
|---|---|---|
| committer | Marty Connor | 2010-02-01 01:24:12 +0100 |
| commit | 26f882bf64518155256ca19334db3999a725ccac (patch) | |
| tree | 2d31aa9b30312191f0063bccc40043099b5f3184 /src/Makefile | |
| parent | [proto] Remove unsupported IGMP protocol (diff) | |
| download | ipxe-26f882bf64518155256ca19334db3999a725ccac.tar.gz ipxe-26f882bf64518155256ca19334db3999a725ccac.tar.xz ipxe-26f882bf64518155256ca19334db3999a725ccac.zip | |
[proto] Remove unsupported NMB protocol
The NMB protocol code came from legacy Etherboot and was never updated
to work as a gPXE protocol. There has been no demand for this protocol,
so this patch removes it.
Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
Signed-off-by: Marty Connor <mdc@etherboot.org>
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 8a6b37843..9b15e7a73 100644 --- a/src/Makefile +++ b/src/Makefile @@ -54,7 +54,6 @@ BFD_DIR := $(BINUTILS_DIR) SRCDIRS := SRCDIRS += libgcc SRCDIRS += core -SRCDIRS += proto SRCDIRS += net net/tcp net/udp net/infiniband net/80211 SRCDIRS += image SRCDIRS += drivers/bus |
