Philippe Mathieu-Daudé has posted comments on this change. ( https://review.coreboot.org/19741 )
Change subject: nvramtool: Fix build with OpenBSD
......................................................................
Patch Set 3: Code-Review+1
(1 comment)
https://review.coreboot.org/#/c/19741/3/util/nvramtool/Makefile
File util/nvramtool/Makefile:
PS3, Line 41: ifeq ($(OS_ARCH), OpenBSD)
what about grouping OS using:?
ifeq ($(OS_ARCH),$(filter $(OS_ARCH),NetBSD OpenBSD))
--
To view, visit
https://review.coreboot.org/19741
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I28273d4d87a3a77cf35412a0695325c0535e42e5
Gerrit-PatchSet: 3
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Piotr Kubaj
pkubaj@anongoth.pl
Gerrit-Reviewer: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Reviewer: Philippe Mathieu-Daudé
philippe.mathieu.daude@gmail.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-HasComments: Yes