x86/unittests.cfg uses the variant with underscore. Rename tscdeadline-latency.c instead of fixing x86/unittests.cfg because we use only underscores elsewhere. Signed-off-by: Radim Krčmář <rkrcmar@xxxxxxxxxx> --- config/config-x86-common.mak | 2 +- config/config-x86_64.mak | 2 +- x86/{tscdeadline-latency.c => tscdeadline_latency.c} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename x86/{tscdeadline-latency.c => tscdeadline_latency.c} (100%) diff --git a/config/config-x86-common.mak b/config/config-x86-common.mak index e016529dc110..8fc3490bd8bd 100644 --- a/config/config-x86-common.mak +++ b/config/config-x86-common.mak @@ -69,7 +69,7 @@ $(TEST_DIR)/tsc_adjust.elf: $(cstart.o) $(TEST_DIR)/tsc_adjust.o $(TEST_DIR)/apic.elf: $(cstart.o) $(TEST_DIR)/apic.o -$(TEST_DIR)/tscdeadline-latency.elf: $(cstart.o) $(TEST_DIR)/tscdeadline-latency.o +$(TEST_DIR)/tscdeadline_latency.elf: $(cstart.o) $(TEST_DIR)/tscdeadline_latency.o $(TEST_DIR)/init.elf: $(cstart.o) $(TEST_DIR)/init.o diff --git a/config/config-x86_64.mak b/config/config-x86_64.mak index dbbdaf5c76f3..d62c1e9ae42d 100644 --- a/config/config-x86_64.mak +++ b/config/config-x86_64.mak @@ -9,6 +9,6 @@ tests = $(TEST_DIR)/access.flat $(TEST_DIR)/apic.flat \ $(TEST_DIR)/pcid.flat $(TEST_DIR)/debug.flat tests += $(TEST_DIR)/svm.flat tests += $(TEST_DIR)/vmx.flat -tests += $(TEST_DIR)/tscdeadline-latency.flat +tests += $(TEST_DIR)/tscdeadline_latency.flat include config/config-x86-common.mak diff --git a/x86/tscdeadline-latency.c b/x86/tscdeadline_latency.c similarity index 100% rename from x86/tscdeadline-latency.c rename to x86/tscdeadline_latency.c -- 2.2.1 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html