On Thu, 01 Jun 2023 16:03:38 +0800, Yu Zhang wrote:
Add "-MD" in CFLAGS to generate dependency files. Currently, each time a header file is updated in KVM selftest, we will have to run "make clean && make" to rebuild the whole test suite. By adding new compiling flags and dependent rules in Makefile, we do not need to make clean && make each time a header file is updated.
[...]
Applied to kvm-x86 selftests, thanks! Hopefully second time is a charm ;-)
[1/1] KVM: selftests: Add new CFLAGS to generate dependency files https://github.com/kvm-x86/linux/commit/5ed19528db8d
-- https://github.com/kvm-x86/linux/tree/next https://github.com/kvm-x86/linux/tree/fixes