diff options
| author | Leah Rowe <leah@libreboot.org> | 2023-12-30 13:08:29 +0000 | 
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2023-12-30 13:53:45 +0000 | 
| commit | eb3a8e2b53ab2a81847a154d86e84b7e9fff0bb8 (patch) | |
| tree | 569a4116a29077544af560d7e69c872ba53bec3a /include | |
| parent | 34ded35fa616a323f582d3e942d7b49ac9beeef4 (diff) | |
unify script/update/trees and script/build/grub
the script can now also handle autoconf build systems,
whereas this could previously only be done for grub.
with this change, the overall sloccount is also lower
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include')
| -rwxr-xr-x | include/option.sh | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/include/option.sh b/include/option.sh index 8367d447..7c434444 100755 --- a/include/option.sh +++ b/include/option.sh @@ -1,7 +1,7 @@  # SPDX-License-Identifier: GPL-3.0-only  # SPDX-FileCopyrightText: 2022 Caleb La Grange <thonkpeasant@protonmail.com>  # SPDX-FileCopyrightText: 2022 Ferass El Hafidi <vitali64pmemail@protonmail.com> -# SPDX-FileCopyrightText: 2023 Leah Rowe <leah@libreboot.org> +# SPDX-FileCopyrightText: 2020-2023 Leah Rowe <leah@libreboot.org>  vendir="vendorfiles"  appdir="${vendir}/app" @@ -9,6 +9,9 @@ cbdir="src/coreboot/default"  cbcfgsdir="config/coreboot"  ifdtool="cbutils/default/ifdtool"  cbfstool="cbutils/default/cbfstool" +grubcfgsdir="config/grub" +layoutdir="/boot/grub/layouts" +. "${grubcfgsdir}/modules.list"  eval "$(setvars "" CONFIG_BOARD_DELL_E6400 CONFIG_HAVE_MRC CONFIG_HAVE_ME_BIN \      CONFIG_ME_BIN_PATH CONFIG_KBC1126_FIRMWARE CONFIG_KBC1126_FW1 \ | 
