scripts/rkp_cfp: Don't attempt to use ccache for instrumentation
Signed-off-by: djb77 <dwayne.bakewell@gmail.com>
This commit is contained in:
parent
fe5b788bee
commit
2c1b9b8128
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ Here comes the ugly part
|
||||||
For SLSI kernel, CROSS_COMPILE contains the whole path
|
For SLSI kernel, CROSS_COMPILE contains the whole path
|
||||||
For QC kernel, CROSS_COMPILE only have aarch64-linux-android-
|
For QC kernel, CROSS_COMPILE only have aarch64-linux-android-
|
||||||
'''
|
'''
|
||||||
CROSS_COMPILE = os.environ.get('CROSS_COMPILE')
|
CROSS_COMPILE = re.sub('^.*ccache\s+', '', os.environ.get('CROSS_COMPILE'))
|
||||||
assert CROSS_COMPILE is not None
|
assert CROSS_COMPILE is not None
|
||||||
|
|
||||||
OBJDUMP = CROSS_COMPILE+"objdump"
|
OBJDUMP = CROSS_COMPILE+"objdump"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue