Correct kern.pre.mk comment: objcopy, not objdump, copies objects.

PR:		229046
MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2018-06-15 16:32:18 +00:00
parent fd897a5340
commit 2f75f4134c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=335214

View File

@ -243,7 +243,7 @@ MKMODULESENV+= DEBUG_FLAGS="${DEBUG}"
MKMODULESENV+= __MPATH="${__MPATH}"
.endif
# Architecture and output format arguments for objdump to convert image to
# Architecture and output format arguments for objcopy to convert image to
# object file
.if ${MFS_IMAGE:Uno} != "no"