mirror of
https://github.com/ipxe/ipxe
synced 2026-04-16 03:00:10 +03:00
Produce a sorted list of all local symbols in the map file.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user