[XS] Change in coreboot[main]: payloads/libpayload/Makefile.mk: Replace nm with $(NM)
NyeonWoo Kim has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/87906?usp=email ) Change subject: payloads/libpayload/Makefile.mk: Replace nm with $(NM) ...................................................................... payloads/libpayload/Makefile.mk: Replace nm with $(NM) I got 'nm' usage error when i built coreinfo payload. nm: unrecognized option '--no-weak' it seems that this is occurred by using nm for host, not for coreboot. So, I replace nm with $(NM) Change-Id: I0a0a04b351c9131b1238e8cc7e63e396820494d9 Signed-off-by: NyeonWoo Kim <knw0507@naver.com> --- M payloads/libpayload/Makefile.mk 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://review.coreboot.org:29418/coreboot refs/changes/06/87906/2 -- To view, visit https://review.coreboot.org/c/coreboot/+/87906?usp=email To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email Gerrit-MessageType: newpatchset Gerrit-Project: coreboot Gerrit-Branch: main Gerrit-Change-Id: I0a0a04b351c9131b1238e8cc7e63e396820494d9 Gerrit-Change-Number: 87906 Gerrit-PatchSet: 2 Gerrit-Owner: NyeonWoo Kim Gerrit-CC: build bot (Jenkins) <no-reply@coreboot.org>
participants (1)
-
NyeonWoo Kim (Code Review)