diff options
author | Yosry Ahmed <[email protected]> | 2022-03-16 16:15:12 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2022-03-17 11:02:13 -0700 |
commit | 1c4debc443ef7037dcb7c4f08c33b9caebd21d2e (patch) | |
tree | 8747dda26405c24e3699430c01500d33dcca52a3 /net/unix/af_unix.c | |
parent | 7b0b1332cfdb94489836b67d088a779699f8e47e (diff) |
selftests: vm: fix clang build error multiple output files
When building the vm selftests using clang, some errors are seen due to
having headers in the compilation command:
clang -Wall -I ../../../../usr/include -no-pie gup_test.c ../../../../mm/gup_test.h -lrt -lpthread -o .../tools/testing/selftests/vm/gup_test
clang: error: cannot specify -o when generating multiple output files
make[1]: *** [../lib.mk:146: .../tools/testing/selftests/vm/gup_test] Error 1
Rework to add the header files to LOCAL_HDRS before including ../lib.mk,
since the dependency is evaluated in '$(OUTPUT)/%:%.c $(LOCAL_HDRS)' in
file lib.mk.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Yosry Ahmed <[email protected]>
Cc: Shuah Khan <[email protected]>
Cc: Nathan Chancellor <[email protected]>
Cc: Nick Desaulniers <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions