diff options
Diffstat (limited to 'projects/coreboot/coreboot-helper')
-rwxr-xr-x | projects/coreboot/coreboot-helper | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/projects/coreboot/coreboot-helper b/projects/coreboot/coreboot-helper index 8a528fa5..ad696a16 100755 --- a/projects/coreboot/coreboot-helper +++ b/projects/coreboot/coreboot-helper @@ -29,6 +29,10 @@ coreboot_config_path() { project_file_path "$project" "$CONFIGS" "$CONFIG" "$@" } +coreboot_variant_config_path() { + project_file_path "$project" "$CONFIGS" "$VARIANTS/$board" "$@" +} + coreboot_ec_check() { project_file_test "$project" "$CONFIGS" "$EC" "$@" } |