lkml.org 
[lkml]   [2016]   [Mar]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 03/11] tools build: Use .s extension for preprocessed assembler code
    Date
    From: Masahiro Yamada <yamada.masahiro@socionext.com>

    The "man gcc" says .i extension represents the file is C source code
    that should not be preprocessed. Here, .s should be used.

    For clarification,
    .c ---(preprocess)---> .i
    .S ---(preprocess)---> .s

    Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
    Acked-by: Jiri Olsa <jolsa@kernel.org>
    Cc: Aaro Koskinen <aaro.koskinen@nokia.com>
    Cc: Adrian Hunter <adrian.hunter@intel.com>
    Cc: Lukas Wunner <lukas@wunner.de>
    Link: http://lkml.kernel.org/r/1454263140-19670-1-git-send-email-yamada.masahiro@socionext.com
    Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
    ---
    tools/build/Makefile.build | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/tools/build/Makefile.build b/tools/build/Makefile.build
    index 4a96473b180f..ee566e8bd1cf 100644
    --- a/tools/build/Makefile.build
    +++ b/tools/build/Makefile.build
    @@ -85,7 +85,7 @@ $(OUTPUT)%.i: %.c FORCE
    $(call rule_mkdir)
    $(call if_changed_dep,cc_i_c)

    -$(OUTPUT)%.i: %.S FORCE
    +$(OUTPUT)%.s: %.S FORCE
    $(call rule_mkdir)
    $(call if_changed_dep,cc_i_c)

    --
    2.5.0
    \
     
     \ /
      Last update: 2016-03-03 00:01    [W:2.406 / U:0.040 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site