Rename smptest.c so it matches the right stem for building smp.flat

Signed-off-by: Carlo Marcelo Arenas Belon <[EMAIL PROTECTED]>
---
 user/config-x86-common.mak         |    2 +-
 user/test/x86/{smptest.c => smp.c} |    0 
 2 files changed, 1 insertions(+), 1 deletions(-)
 rename user/test/x86/{smptest.c => smp.c} (100%)

diff --git a/user/config-x86-common.mak b/user/config-x86-common.mak
index 8cfdd45..058d516 100644
--- a/user/config-x86-common.mak
+++ b/user/config-x86-common.mak
@@ -34,7 +34,7 @@ $(TEST_DIR)/vmexit.flat: $(cstart.o) $(TEST_DIR)/vmexit.o
  
 $(TEST_DIR)/test32.flat: $(TEST_DIR)/test32.o
 
-$(TEST_DIR)/smp.flat: $(cstart.o) $(TEST_DIR)/smptest.o
+$(TEST_DIR)/smp.flat: $(cstart.o) $(TEST_DIR)/smp.o
  
 $(TEST_DIR)/emulator.flat: $(cstart.o) $(TEST_DIR)/vm.o $(TEST_DIR)/print.o
 
diff --git a/user/test/x86/smptest.c b/user/test/x86/smp.c
similarity index 100%
rename from user/test/x86/smptest.c
rename to user/test/x86/smp.c
-- 
1.5.3.7


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to