diff options
author | Thomas Heijligen <thomas.heijligen@secunet.com> | 2023-02-21 20:26:31 +0100 |
---|---|---|
committer | Anastasia Klimchuk <aklm@chromium.org> | 2023-04-27 09:38:14 +0000 |
commit | eccbdb6a6d4c5a439a1c080217cd511443146a62 (patch) | |
tree | 6f172be3cf36a11e33ae7749cca2203caebf1c5a | |
parent | 90286fe643bbc2493275a5280a26766784435dda (diff) | |
download | flashrom-eccbdb6a6d4c5a439a1c080217cd511443146a62.tar.gz flashrom-eccbdb6a6d4c5a439a1c080217cd511443146a62.tar.bz2 flashrom-eccbdb6a6d4c5a439a1c080217cd511443146a62.zip |
meson.build: Add 'dos' as option for pci_based programmer
Change-Id: If4907a3fd1852ef60d06ef1625ad8a106d89a126
Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.com>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/73156
Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index b7d578f4..2784c346 100644 --- a/meson.build +++ b/meson.build @@ -120,7 +120,7 @@ else custom_baud_c = 'custom_baud.c' endif -systems_hwaccess = [ 'linux', 'openbsd', 'freebsd', 'dragonfly', 'netbsd' ] +systems_hwaccess = [ 'linux', 'openbsd', 'freebsd', 'dragonfly', 'netbsd', 'dos' ] systems_serial = [ 'linux', 'openbsd', 'freebsd', 'dragonfly', 'netbsd', 'darwin' ] cpus_port_io = [ 'x86', 'x86_64' ] |