mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-26 18:20:21 +00:00
Adjust paths
Signed-off-by: Elena Uziunaite <elena.uziunaite@arm.com>
This commit is contained in:
parent
f0c2a09f9e
commit
e0d3ffe8af
@ -125,7 +125,7 @@ check()
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Note: if the format of calls to the "check" function changes, update
|
# Note: if the format of calls to the "check" function changes, update
|
||||||
# scripts/code_style.py accordingly. For generated C source files (*.h or *.c),
|
# framework/scripts/code_style.py accordingly. For generated C source files (*.h or *.c),
|
||||||
# the format must be "check SCRIPT FILENAME...". For other source files,
|
# the format must be "check SCRIPT FILENAME...". For other source files,
|
||||||
# any shell syntax is permitted (including e.g. command substitution).
|
# any shell syntax is permitted (including e.g. command substitution).
|
||||||
|
|
||||||
|
@ -140,7 +140,7 @@ component_check_doxygen_warnings () {
|
|||||||
|
|
||||||
component_check_code_style () {
|
component_check_code_style () {
|
||||||
msg "Check C code style"
|
msg "Check C code style"
|
||||||
./scripts/code_style.py
|
./framework/scripts/code_style.py
|
||||||
}
|
}
|
||||||
|
|
||||||
support_check_code_style () {
|
support_check_code_style () {
|
||||||
|
Loading…
Reference in New Issue
Block a user