mirror of https://github.com/ARMmbed/mbed-os.git
Add ASM include flags in uvision export
When exporting to a uvision project, the include flags are not put in the assembly compilation line. When assembling the files containing includes, the search path will then fail. This patch adds the include paths to the Assembly sequence, as it is done for compilation. This issue was found in the pull request ARMmbed/mbed-os#6168. Signed-off-by: Hugues de Valon <hugues.devalon@arm.com>pull/6356/head
parent
6b72edeb9a
commit
ebc9289d30
|
|
@ -394,7 +394,7 @@
|
|||
<MiscControls>{{asm_flags}}</MiscControls>
|
||||
<Define></Define>
|
||||
<Undefine></Undefine>
|
||||
<IncludePath></IncludePath>
|
||||
<IncludePath>{{include_paths}}</IncludePath>
|
||||
</VariousControls>
|
||||
</Aads>
|
||||
<LDads>
|
||||
|
|
|
|||
Loading…
Reference in New Issue