aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/single.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/single.sh b/scripts/single.sh
index cadb2fcd..55e4c676 100755
--- a/scripts/single.sh
+++ b/scripts/single.sh
@@ -15,6 +15,9 @@ then
exit 1
fi
+# Force dependencies to rebuild headers if we build multiplexer after this.
+touch -c .config
+
export KCONFIG_CONFIG=.singleconfig
for i in "$@"
do