mirror of https://github.com/ARMmbed/mbed-os.git
Revert "[RZ/A1H] changes copy scheme for iodefines/iobitmasks"
This reverts commit 2fab4af9b1
.
pull/594/head
parent
26e1fc81ed
commit
a95f453611
|
@ -414,10 +414,6 @@ class mbedToolchain:
|
||||||
for source in files_paths:
|
for source in files_paths:
|
||||||
if rel_path is not None:
|
if rel_path is not None:
|
||||||
relative_path = relpath(source, rel_path)
|
relative_path = relpath(source, rel_path)
|
||||||
elif "RZ_A1H" in source and "iobitmasks" in source:
|
|
||||||
relative_path = source[source.rindex("iobitmasks"):]
|
|
||||||
elif "RZ_A1H" in source and "iodefines" in source:
|
|
||||||
relative_path = source[source.rindex("iodefines"):]
|
|
||||||
else:
|
else:
|
||||||
_, relative_path = split(source)
|
_, relative_path = split(source)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue