get rid of project as a container of code, flatten it one level
diff --git a/project/qemu-arm-test.mk b/project/qemu-arm-test.mk
new file mode 100644
index 0000000..2b1403c
--- /dev/null
+++ b/project/qemu-arm-test.mk
@@ -0,0 +1,9 @@
+# top level project rules for the qemu-arm-test project
+#
+LOCAL_DIR := $(GET_LOCAL_DIR)
+
+TARGET := qemu-arm
+MODULES += \
+	app/tests \
+	app/shell
+