diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/fw/rom.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/fw/rom.sh b/include/fw/rom.sh index 2ef54db4..d4a77ff6 100644 --- a/include/fw/rom.sh +++ b/include/fw/rom.sh @@ -60,7 +60,7 @@ corebootpremake() [ "$XBMK_RELEASE" = "y" ] && [ "$release" = "n" ] && \ return 0 - [ "$XBMK_RELEASE" = "y" ] \ + [ "$XBMK_RELEASE" = "y" ] && \ payload_edk2="" # source-only payload, for now. forx 'check_coreboot_util %s' cbfstool ifdtool @@ -68,8 +68,6 @@ corebootpremake() printf "%s\n" "${version%%-*}" > "$srcdir/.coreboot-version" || \ err "!mk $srcdir .coreboot-version" "corebootpremake" "$@" - cook_coreboot_config - [ "$target" != "$tree" ] && \ x_ "$mk" download "$target"; : } @@ -100,6 +98,8 @@ cook_coreboot_config() for ecfgval in $ecfg; do printf "%s\n" "$ecfgval" >> "$srcdir/$cfgname" done + + x_ make -C "$srcdir" oldconfig } check_coreboot_util() |
