Anastasia Klimchuk submitted this change.
5 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
meson.build: enable serial programmer on Windows
Change-Id: Ie60a25a9305374f9ed84a38f2650d517ec094387
Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.com>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/75170
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
---
M meson.build
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
index d847bed..209feb8 100644
--- a/meson.build
+++ b/meson.build
@@ -130,7 +130,7 @@
endif
systems_hwaccess = [ 'linux', 'openbsd', 'freebsd', 'dragonfly', 'netbsd', 'dos' ]
-systems_serial = [ 'linux', 'openbsd', 'freebsd', 'dragonfly', 'netbsd', 'darwin' ]
+systems_serial = [ 'linux', 'openbsd', 'freebsd', 'dragonfly', 'netbsd', 'darwin', 'windows' ]
cpus_port_io = [ 'x86', 'x86_64' ]
To view, visit change 75170. To unsubscribe, or for help writing mail filters, visit settings.