Revert "[RZ/A1H] changes copy scheme for iodefines/iobitmasks"

This reverts commit 2fab4af9b1.
pull/594/head
Takayuki Kurosawa 2014-11-05 19:05:28 +09:00
parent 26e1fc81ed
commit a95f453611
1 changed files with 0 additions and 4 deletions

View File

@ -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)