summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Heijligen <thomas.heijligen@secunet.com>2023-05-12 16:44:38 +0200
committerAnastasia Klimchuk <aklm@chromium.org>2023-05-19 08:32:26 +0000
commita1decbb5df97ee16f95085d0ed1b9e8b780a9262 (patch)
treed6a91cc1d9bc255c5d811003e50c73e502ff8606
parent5b34bdd833704d6773d97ef4b7ca77d64ea2ccb0 (diff)
downloadflashrom-a1decbb5df97ee16f95085d0ed1b9e8b780a9262.tar.gz
flashrom-a1decbb5df97ee16f95085d0ed1b9e8b780a9262.tar.bz2
flashrom-a1decbb5df97ee16f95085d0ed1b9e8b780a9262.zip
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>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index d847bed0a..209feb89e 100644
--- a/meson.build
+++ b/meson.build
@@ -130,7 +130,7 @@ else
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' ]