mirror of
https://github.com/ipxe/ipxe
synced 2025-12-15 00:12:19 +03:00
[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>
This commit is contained in:
committed by
Marty Connor
parent
00a780e38f
commit
26f882bf64
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user