summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-09-20 16:37:44 +0100
committerLeah Rowe <leah@libreboot.org>2026-09-20 16:37:44 +0100
commit324e46a87c299623f5c1ab34131637dfa56c7500 (patch)
treee260c62473418504f3cb4c7d0c746b057aede91f
parent8c50373d5977d630626b14719977dc51a3ae2bdf (diff)
mk: don't skip fetch if noconfig=y
otherwise, fetching won't work! Signed-off-by: Leah Rowe <leah@libreboot.org>
-rwxr-xr-xmk3
1 files changed, 0 insertions, 3 deletions
diff --git a/mk b/mk
index 70ba636d..29900463 100755
--- a/mk
+++ b/mk
@@ -241,9 +241,6 @@ configure_target()
# filename in srcdir when copying e.g. coreboot defconfig -> .config
[ -z "$cfgname" ] && cfgname="$cfgname_default" # e.g. $srcdir/.config
- [ "$noconfig" = "y" ] && $if_make_config \
- return 1
-
mdir="$xbmkpwd/config/submodule/$project/$tree"
[ -f "CHANGELOG" ] && return 0 # disable fetching on release archives