Edward O'Callaghan submitted this change.

View Change

Approvals: build bot (Jenkins): Verified Nico Huber: Looks good to me, approved Angel Pons: Looks good to me, but someone else must approve Edward O'Callaghan: Looks good to me, approved
meson: remove rayer_spi dependency on libpci

This change removes the build dependency on libpci for config_rayer_spi
it also makes sure that dependency on raw_access is maintained.

Signed-off-by: Daniel Campello <campello@chromium.org>
Change-Id: If7206a69d031c9bba9475a9e6769f6ef35701379
Reviewed-on: https://review.coreboot.org/c/flashrom/+/51929
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Nico Huber <nico.h@gmx.de>
---
M meson.build
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index db62541..368820c 100644
--- a/meson.build
+++ b/meson.build
@@ -123,7 +123,6 @@
config_nicnatsemi = false
config_nicrealtek = false
config_ogp_spi = false
- config_rayer_spi = false
config_satamv = false
config_satasii = false
endif
@@ -279,6 +278,7 @@
if config_rayer_spi
srcs += 'rayer_spi.c'
config_bitbang_spi = true
+ need_raw_access = true
cargs += '-DCONFIG_RAYER_SPI=1'
endif
if config_satamv

To view, visit change 51929. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: If7206a69d031c9bba9475a9e6769f6ef35701379
Gerrit-Change-Number: 51929
Gerrit-PatchSet: 3
Gerrit-Owner: Daniel Campello <campello@chromium.org>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Edward O'Callaghan <quasisec@chromium.org>
Gerrit-Reviewer: Nico Huber <nico.h@gmx.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter@mailbox.org>
Gerrit-MessageType: merged