diff options
author | David Woodhouse <[email protected]> | 2023-10-28 20:34:53 +0100 |
---|---|---|
committer | Sean Christopherson <[email protected]> | 2023-11-29 14:42:14 -0800 |
commit | fc6543bb55d4077c44e577c321bbf158446c8000 (patch) | |
tree | 8e36d0e005a07c5d1c3084d14384663259188522 /tools/perf/scripts/python | |
parent | 3b99d46a1170754a06f379a83be8101c5f6bfc46 (diff) |
KVM: selftests: add -MP to CFLAGS
Using -MD without -MP causes build failures when a header file is deleted
or moved. With -MP, the compiler will emit phony targets for the header
files it lists as dependencies, and the Makefiles won't refuse to attempt
to rebuild a C unit which no longer includes the deleted header.
Signed-off-by: David Woodhouse <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Sean Christopherson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions