From ebc9289d3042627b81b5cf03fc8caa3b7ccdafd9 Mon Sep 17 00:00:00 2001 From: Hugues de Valon Date: Tue, 13 Mar 2018 15:22:43 +0000 Subject: [PATCH] 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 --- tools/export/uvision/uvision.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/export/uvision/uvision.tmpl b/tools/export/uvision/uvision.tmpl index f49c79659d..49c708c3bb 100644 --- a/tools/export/uvision/uvision.tmpl +++ b/tools/export/uvision/uvision.tmpl @@ -394,7 +394,7 @@ {{asm_flags}} - + {{include_paths}}