diff options
author | Michael Brown <mcb30@etherboot.org> | 2005-04-27 10:55:12 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2005-04-27 10:55:12 +0000 |
commit | 81e4755106e6be7e5f9c1bc7df43f3786439ee85 (patch) | |
tree | 65c056ea15ca220a57aa540a105839ca80d305b1 /src/Makefile.housekeeping | |
parent | d6930e6e405f5a4a0a96e374e10e86b4bcd863d8 (diff) | |
download | ipxe-81e4755106e6be7e5f9c1bc7df43f3786439ee85.tar.gz |
Produce a sorted list of all local symbols in the map file.
Diffstat (limited to 'src/Makefile.housekeeping')
-rw-r--r-- | src/Makefile.housekeeping | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping index 0d13481d..20e29dc7 100644 --- a/src/Makefile.housekeeping +++ b/src/Makefile.housekeeping @@ -283,6 +283,7 @@ blib : $(BLIB) $(BIN)/%.tmp : $(BLIB) $(MAKEDEPS) $(LDSCRIPT) $(LD) $(LDFLAGS) -T $(LDSCRIPT) $(TGT_LD_FLAGS) $(BLIB) -o $@ \ -Map $(BIN)/$*.tmp.map + $(OBJDUMP) -ht $@ | $(SORTOBJDUMP) >> $(BIN)/$*.tmp.map # Show a linker map for the specified target # |