Commit 750bbdb forgot to convert i386 arch to .elf.
diff --git a/config-i386.mak b/config-i386.mak
index 6dbd19f..c1b6e08 100644
--- a/config-i386.mak
+++ b/config-i386.mak
@@ -9,4 +9,4 @@ tests = $(TEST_DIR)/taskswitch.flat
include config-x86-common.mak
-$(TEST_DIR)/taskswitch.flat: $(cstart.o) $(TEST_DIR)/taskswitch.o
+$(TEST_DIR)/taskswitch.elf: $(cstart.o) $(TEST_DIR)/taskswitch.o
--
Gleb.
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html