summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-09-20 18:33:16 +0100
committerLeah Rowe <leah@libreboot.org>2026-09-20 18:33:16 +0100
commit75d0d60a03eaf947a14a8e373b5319e301856c67 (patch)
tree7fbb9393515eb85d1cbdaaa60fab7e551ef53f37
parent6747079a2a94d19be58387b0e29b83c8e33fecc0 (diff)
fully fix same-tree/target builds
this is where i put it before. it only needs to be here. Signed-off-by: Leah Rowe <leah@libreboot.org>
-rwxr-xr-xmk3
1 files changed, 3 insertions, 0 deletions
diff --git a/mk b/mk
index 35e10f8d..b063fb7b 100755
--- a/mk
+++ b/mk
@@ -297,6 +297,9 @@ mk_dependencies()
handle_buildcfg()
{
+ [ "$noconfig" != "y" ] && [ "$tree" = "$target" ] && \
+ return 0
+
[ ! -d "$srcdir" ] || for y in "$defscan"/*
do
buildcfg="$y"