Skip to content
Snippets Groups Projects
Commit c6722e80 authored by Volodymyr Babchuk's avatar Volodymyr Babchuk Committed by Jérôme Forissier
Browse files

Remove trailing spaces in make_def_config.py


Signed-off-by: default avatarVolodymyr Babchuk <vlad.babchuk@gmail.com>
Acked-by: default avatarJens Wiklander <jens.wiklander@linaro.org>
parent 763c04ff
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ def main(): ...@@ -47,7 +47,7 @@ def main():
br_ext_optee = args.br_ext_optee br_ext_optee = args.br_ext_optee
else: else:
br_ext_optee = '../' + args.br_ext_optee br_ext_optee = '../' + args.br_ext_optee
os.execlp(args.make_cmd, args.make_cmd, '-C', args.br, 'O=' + out, os.execlp(args.make_cmd, args.make_cmd, '-C', args.br, 'O=' + out,
'BR2_EXTERNAL=' + br_ext_optee, 'BR2_EXTERNAL=' + br_ext_optee,
'BR2_DEFCONFIG=' + out + '/defconfig', 'defconfig') 'BR2_DEFCONFIG=' + out + '/defconfig', 'defconfig')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment