| commit | a9c1163ed98dfac89d204ed2dbd1c5612a0f0c08 | [log] [tgz] |
|---|---|---|
| author | Arkadiusz Lichwa <arkadiusz.lichwa@tieto.com> | Tue Jul 28 14:44:03 2015 +0300 |
| committer | Anas Nashif <anas.nashif@intel.com> | Fri Feb 05 20:14:42 2016 -0500 |
| tree | d265084a9a450f939feb096326de1af00a7f7a08 | |
| parent | 9132a13542e1127c0ea4e76203240accf3d7b49a [diff] |
build: Fix python3 printf syntax
Using as default on build host Python3.4 environment,
the build of Zephyr terminates with complain.
File "<string>", line 1
import os.path; print os.path.relpath(...)
^
SyntaxError: invalid syntax
Change-Id: I99abf647ffc68d4e8a0b3d6c74a5362435670aa4
Signed-off-by: Arkadiusz Lichwa <arkadiusz.lichwa@tieto.com>