mirror of
https://github.com/xcat2/xNBA.git
synced 2025-01-05 19:15:05 +00:00
[build] Automatically sort the list of constituent object sizes
This commit is contained in:
parent
ead44dba89
commit
a1eb4ffdf7
@ -658,7 +658,8 @@ endef
|
||||
$(BIN)/%.objs : $(BIN)/%.tmp
|
||||
$(Q)$(ECHO) $(call objs_list,$<)
|
||||
$(BIN)/%.sizes : $(BIN)/%.tmp
|
||||
$(Q)$(SIZE) -t $(foreach OBJ,$(call objs_list,$<),$(BIN)/$(OBJ).o)
|
||||
$(Q)$(SIZE) -t $(foreach OBJ,$(call objs_list,$<),$(BIN)/$(OBJ).o) | \
|
||||
sort -g
|
||||
|
||||
# Get dependency list for the specified target
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user