1
0
Fork 0
alistair23-linux/tools/build
Masahiro Yamada 676787939e tools build: Use .s extension for preprocessed assembler code
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>
2016-03-03 11:10:37 -03:00
..
Documentation tools build: Build fixdep helper from perf and basic libs 2015-09-28 15:50:55 -03:00
feature perf build: Add libcrypto feature detection 2016-02-05 09:46:45 -03:00
tests tools build: Build fixdep helper from perf and basic libs 2015-09-28 15:50:55 -03:00
.gitignore perf build: Add fixdep to .gitignore 2015-10-20 10:43:28 -03:00
Build tools build: Add fixdep dependency helper 2015-09-28 15:50:55 -03:00
Build.include tools build: Make the fixdep helper part of the build process 2015-09-28 15:50:55 -03:00
Makefile tools build: Use fixdep with OUTPUT path prefix 2015-11-26 16:32:24 -03:00
Makefile.build tools build: Use .s extension for preprocessed assembler code 2016-03-03 11:10:37 -03:00
Makefile.feature perf build: Add libcrypto feature detection 2016-02-05 09:46:45 -03:00
Makefile.include tools build: Use fixdep with OUTPUT path prefix 2015-11-26 16:32:24 -03:00
fixdep.c tools build: Add fixdep dependency helper 2015-09-28 15:50:55 -03:00