aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dynamic_debug.c
diff options
context:
space:
mode:
authorAndre Przywara <[email protected]>2021-03-19 16:53:32 +0000
committerCatalin Marinas <[email protected]>2021-03-24 15:43:20 +0000
commit9466ecac84a462fc91d192f0f9be0afd8e4f19f9 (patch)
treead200f5f91fd82ea3e62cb0e310e711619680944 /lib/dynamic_debug.c
parentkselftest/arm64: mte: Output warning about failing compiler (diff)
downloadkernel-9466ecac84a462fc91d192f0f9be0afd8e4f19f9.tar.gz
kernel-9466ecac84a462fc91d192f0f9be0afd8e4f19f9.zip
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 <[email protected]> Reviewed-by: Mark Brown <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
Diffstat (limited to 'lib/dynamic_debug.c')
0 files changed, 0 insertions, 0 deletions