mirror of
https://github.com/xcat2/xNBA.git
synced 2025-08-25 20:50:29 +00:00
[build] Include $(BIN)/errors in "make clean"
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user