mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-23 22:14:54 +00:00
scripts/gen_compile_commands.py: fix docstring
The referred tool is now in U-Boot. Replace "the Linux kernel" by "U-Boot" to make the docstring coherent. Signed-off-by: Joao Marcos Costa <jmcosta944@gmail.com> Tested-by: Joao Paulo Goncalves <joao.goncalves@toradex.com>
This commit is contained in:
parent
97fbb2eb01
commit
0972675dfb
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
#
|
#
|
||||||
# Author: Tom Roeder <tmroeder@google.com>
|
# Author: Tom Roeder <tmroeder@google.com>
|
||||||
#
|
#
|
||||||
"""A tool for generating compile_commands.json in the Linux kernel."""
|
"""A tool for generating compile_commands.json in U-Boot."""
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import json
|
import json
|
||||||
|
|
Loading…
Add table
Reference in a new issue