.. | .. |
---|
1 | 1 | #!/bin/sh |
---|
| 2 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
2 | 3 | |
---|
3 | 4 | # Script to update include/generated/autoksyms.h and dependency files |
---|
4 | 5 | # |
---|
5 | 6 | # Copyright: (C) 2016 Linaro Limited |
---|
6 | 7 | # Created by: Nicolas Pitre, January 2016 |
---|
7 | 8 | # |
---|
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. |
---|
11 | 9 | |
---|
12 | 10 | # Update the include/generated/autoksyms.h file. |
---|
13 | 11 | # |
---|
.. | .. |
---|
35 | 33 | set -x |
---|
36 | 34 | ;; |
---|
37 | 35 | esac |
---|
38 | | - |
---|
39 | | -# We need access to CONFIG_ symbols |
---|
40 | | -. include/config/auto.conf |
---|
41 | 36 | |
---|
42 | 37 | # Generate a new symbol list file |
---|
43 | 38 | $CONFIG_SHELL $srctree/scripts/gen_autoksyms.sh "$new_ksyms_file" |
---|