1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00

kern.pre.mk: allow to use and customize elfdump during kernel build

Reviewed by:	emaste
Discussed with:	jrtc27
Tested by:	pho
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D32960
This commit is contained in:
Konstantin Belousov 2021-12-01 02:51:01 +02:00
parent 9da5257e1c
commit 9b135747a3
2 changed files with 3 additions and 0 deletions

View File

@ -2630,6 +2630,7 @@ _dtrace_tools= cddl/lib/libctf cddl/lib/libspl cddl/usr.bin/ctfconvert \
_elftctools= lib/libelftc \
lib/libpe \
usr.bin/elfctl \
usr.bin/elfdump \
usr.bin/objcopy \
usr.bin/nm \
usr.bin/size \
@ -2644,6 +2645,7 @@ _elftctools+= usr.bin/addr2line
_elftctools= lib/libelftc \
lib/libpe \
usr.bin/elfctl \
usr.bin/elfdump \
usr.bin/objcopy
.endif

View File

@ -46,6 +46,7 @@ M= ${MACHINE}
AWK?= awk
CP?= cp
ELFDUMP?= elfdump
NM?= nm
OBJCOPY?= objcopy
SIZE?= size