get rid of project as a container of code, flatten it one level
diff --git a/project/surf-test.mk b/project/surf-test.mk
new file mode 100644
index 0000000..3e7ee8e
--- /dev/null
+++ b/project/surf-test.mk
@@ -0,0 +1,14 @@
+# top level project rules for the armemu-test project
+#
+LOCAL_DIR := $(GET_LOCAL_DIR)
+
+ifeq ($(PROJECT_TARGET),)
+TARGET := surf-msm7k
+else
+TARGET := $(PROJECT_TARGET)
+endif
+
+MODULES += \
+	app/tests \
+	app/shell
+