diff options
author | Michael Brown | 2005-04-27 12:55:12 +0200 |
---|---|---|
committer | Michael Brown | 2005-04-27 12:55:12 +0200 |
commit | 81e4755106e6be7e5f9c1bc7df43f3786439ee85 (patch) | |
tree | 65c056ea15ca220a57aa540a105839ca80d305b1 /src/Makefile | |
parent | Use symbol size as a third index, mainly so that zero-length symbols (diff) | |
download | ipxe-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/Makefile | 2 |
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 |