From 55017c651490388db35458885b29e69739eb6b32 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Thu, 24 Mar 2022 09:44:17 -0500 Subject: kernel-5.18-0.rc0.20220324gited4643521e6a.6 * Thu Mar 24 2022 Justin M. Forbes [5.18-0.rc0.20220324gited4643521e6a.6] - Fix up CONFIG_SND_AMD_ACP_CONFIG files (Patrick Talbert) - Remove CONFIG_SND_SOC_SOF_DEBUG_PROBES files (Patrick Talbert) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- process_configs.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'process_configs.sh') diff --git a/process_configs.sh b/process_configs.sh index 2ee4037ad..27372afc2 100755 --- a/process_configs.sh +++ b/process_configs.sh @@ -304,6 +304,10 @@ function process_configs() count=0 for cfg in "$SCRIPT_DIR/${PACKAGE_NAME}${KVERREL}${SUBARCH}"*.config do + if [ "$count" -eq 0 ]; then + # do the first one by itself so that tools are built + process_config "$cfg" "$count" + fi process_config "$cfg" "$count" & waitpids[${count}]=$! ((count++)) -- cgit