Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2021-12-01 03:51:01 +0300
committerKonstantin Belousov <kib@FreeBSD.org>2021-12-06 21:46:49 +0300
commit9b135747a326080f0ffc96ddc3e0d7a4fbc1dfe1 (patch)
tree1d9765c6bfe9304b7558c8799356d27dea7a5bcd /Makefile.inc1
parent9da5257e1c045220c01979dcdceadcf2867d20f0 (diff)
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
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index f0d0483e41d4..828de1bbbd84 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -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