From 732aafdfecf084cc4277a344ac26b4ea5d0dd3be Mon Sep 17 00:00:00 2001 From: Thomas Heijligen Date: Tue, 1 Jun 2021 16:22:14 +0200 Subject: CONFIG_DEFAULT_PROGRAMMER_NAME: Use programmer name instead of enum CONFIG_DEFAULT_PROGRAMER_NAME replaces CONFIG_DEFAULT_PROGRAMMER. It uses the name of the programmer for identification. make CONFIG_DEFAULT_PROGRAMER_NAME=dummy and meson -Ddefault_programmer_name=dummy will extend to CONFIG_DEFAULT_PROGRAMER_NAME=&programmer_dummy in the code. Change-Id: I976447787c6f6bfbdc0145d80d61e1ddcf97ac33 Signed-off-by: Thomas Heijligen Reviewed-on: https://review.coreboot.org/c/flashrom/+/55123 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- tests/meson.build | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/meson.build') diff --git a/tests/meson.build b/tests/meson.build index d17567ec9..852fd4c18 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -50,8 +50,6 @@ flashrom_tests = executable('flashrom_unit_tests', '-ffunction-sections', '-fdata-sections', # '-DSTANDALONE', - '-DCONFIG_DEFAULT_PROGRAMMER=PROGRAMMER_DUMMY', - '-DCONFIG_DEFAULT_PROGRAMMER_ARGS=""', ], export_dynamic : true, link_args : mocks, -- cgit v1.2.3