mirror of https://github.com/ipxe/ipxe.git
[build] Include $(BIN)/errors in "make clean"
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/1/head
parent
0579b8279c
commit
647522793d
|
@ -631,6 +631,7 @@ EINFOS := $(patsubst $(BIN)/%.o,$(BIN)/%.einfo,$(BOBJS))
|
|||
$(BIN)/errors : $(EINFOS) $(EINFO)
|
||||
$(QM)$(ECHO) " [EINFO] $@"
|
||||
$(Q)$(EINFO) $(EINFOS) | sort > $@
|
||||
CLEANUP += $(BIN)/errors # Doesn't match the $(BIN)/*.* pattern
|
||||
|
||||
# Generate the NIC file from the parsed source files. The NIC file is
|
||||
# only for rom-o-matic.
|
||||
|
|
Loading…
Reference in New Issue