aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/adjust_autoksyms.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/adjust_autoksyms.sh b/scripts/adjust_autoksyms.sh
index a162258ab606..e0dd0d5148ec 100755
--- a/scripts/adjust_autoksyms.sh
+++ b/scripts/adjust_autoksyms.sh
@@ -48,9 +48,6 @@ case "${KCONFIG_CONFIG}" in
48 . "./${KCONFIG_CONFIG}" 48 . "./${KCONFIG_CONFIG}"
49esac 49esac
50 50
51# In case it doesn't exist yet...
52if [ -e "$cur_ksyms_file" ]; then touch "$cur_ksyms_file"; fi
53
54# Generate a new ksym list file with symbols needed by the current 51# Generate a new ksym list file with symbols needed by the current
55# set of modules. 52# set of modules.
56cat > "$new_ksyms_file" << EOT 53cat > "$new_ksyms_file" << EOT