hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/scripts/adjust_autoksyms.sh
....@@ -1,13 +1,11 @@
11 #!/bin/sh
2
+# SPDX-License-Identifier: GPL-2.0-only
23
34 # Script to update include/generated/autoksyms.h and dependency files
45 #
56 # Copyright: (C) 2016 Linaro Limited
67 # Created by: Nicolas Pitre, January 2016
78 #
8
-# This program is free software; you can redistribute it and/or modify
9
-# it under the terms of the GNU General Public License version 2 as
10
-# published by the Free Software Foundation.
119
1210 # Update the include/generated/autoksyms.h file.
1311 #
....@@ -35,9 +33,6 @@
3533 set -x
3634 ;;
3735 esac
38
-
39
-# We need access to CONFIG_ symbols
40
-. include/config/auto.conf
4136
4237 # Generate a new symbol list file
4338 $CONFIG_SHELL $srctree/scripts/gen_autoksyms.sh "$new_ksyms_file"