Andre Przywara 9466ecac84 kselftest/arm64: mte: Makefile: Fix clang compilation
When clang finds a header file on the command line, it wants to
precompile that, which would end up in a separate output file.
Specifying -o on that same command line collides with that effort, so
the compiler complains:

clang: error: cannot specify -o when generating multiple output files

Since we are not really after a precompiled header, just drop the header
file from the command line, by removing it from the list of source
files in the Makefile.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Mark Brown <broone@kernel.org>
Link: https://lore.kernel.org/r/20210319165334.29213-10-andre.przywara@arm.com
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
2021-03-24 15:43:20 +00:00
..
2020-12-07 14:34:55 -07:00
2020-10-15 15:14:32 -07:00
2020-06-29 10:02:23 +02:00
2021-03-08 11:59:16 +01:00
2020-12-17 13:34:25 -08:00
2020-08-07 11:33:27 -07:00
2021-01-29 18:03:33 -08:00
2021-02-22 14:34:00 -08:00
2021-02-22 17:15:30 -08:00
2020-06-09 10:03:12 -07:00
2021-02-22 11:01:53 -08:00
2020-08-05 10:28:25 -07:00
2021-02-23 13:39:45 -08:00