summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown2005-04-27 12:55:12 +0200
committerMichael Brown2005-04-27 12:55:12 +0200
commit81e4755106e6be7e5f9c1bc7df43f3786439ee85 (patch)
tree65c056ea15ca220a57aa540a105839ca80d305b1 /src/Makefile
parentUse symbol size as a third index, mainly so that zero-length symbols (diff)
downloadipxe-81e4755106e6be7e5f9c1bc7df43f3786439ee85.tar.gz
ipxe-81e4755106e6be7e5f9c1bc7df43f3786439ee85.tar.xz
ipxe-81e4755106e6be7e5f9c1bc7df43f3786439ee85.zip
Produce a sorted list of all local symbols in the map file.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index a3a6c391..26c0d199 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -72,10 +72,12 @@ AR ?= $(CROSS_COMPILE)ar
RANLIB ?= $(CROSS_COMPILE)ranlib
OBJCOPY ?= $(CROSS_COMPILE)objcopy
NM ?= $(CROSS_COMPILE)nm
+OBJDUMP ?= $(CROSS_COMPILE)objdump
PARSEROM ?= $(PERL) ./util/parserom.pl
MAKEROM ?= $(PERL) ./util/makerom.pl
MKCONFIG ?= $(PERL) ./util/mkconfig.pl
SYMCHECK ?= $(PERL) ./util/symcheck.pl
+SORTOBJDUMP ?= $(PERL) ./util/sortobjdump.pl
NRV2B ?= ./util/nrv2b
# Location to place generated files