From 50cd432c7462652ffb24441fea1a244264638539 Mon Sep 17 00:00:00 2001 From: Thomas Heijligen Date: Thu, 7 Apr 2022 17:48:53 +0200 Subject: Drop STANDALONE mode STANDALONE mode was used to build flashrom without having support for file handling. This was relevant to build libflashrom on top of libpayload. For a while now, the code which is covered by STANDALONE has moved to cli_*.c and is not used for libflashrom. Therefore we can drop STANDALONE mode. Change-Id: I58fb82270a9884a323d9850176708d230fdc5165 Signed-off-by: Thomas Heijligen Reviewed-on: https://review.coreboot.org/c/flashrom/+/63469 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan Reviewed-by: Nico Huber Reviewed-by: Angel Pons --- tests/meson.build | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/meson.build b/tests/meson.build index 90e0df114..d3b46b193 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -102,7 +102,6 @@ flashrom_tests = executable('flashrom_unit_tests', cargs, '-ffunction-sections', '-fdata-sections', - # '-DSTANDALONE', ], export_dynamic : true, link_args : mocks, -- cgit v1.2.3