diff options
Diffstat (limited to 'config/data')
| -rw-r--r-- | config/data/coreboot/mkhelper.cfg | 8 | ||||
| -rw-r--r-- | config/data/u-boot/mkhelper.cfg | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/config/data/coreboot/mkhelper.cfg b/config/data/coreboot/mkhelper.cfg index 8414ab53..6808f18f 100644 --- a/config/data/coreboot/mkhelper.cfg +++ b/config/data/coreboot/mkhelper.cfg @@ -26,3 +26,11 @@ cbfscfg="" premake="corebootpremake" mkhelper="coreboot_pad_one_byte" postmake="mkcorebootbin" + +# must confirm, but i think git-clean +# will also delete crossgcc builds in +# coreboot.git, which we do not currently +# rely on out-of-tree +gitclean="n" + +# so, TODO: support out-of-tree xgcc builds diff --git a/config/data/u-boot/mkhelper.cfg b/config/data/u-boot/mkhelper.cfg deleted file mode 100644 index 2108034d..00000000 --- a/config/data/u-boot/mkhelper.cfg +++ /dev/null @@ -1,4 +0,0 @@ -# SPDX-License-Identifier: GPL-3.0-or-later - -gitclean="y" -gitcleanargs="-fdx" |
