flatten the make system a little bit by providing only modules as a
compilation unit.

to add a module as a dependency of another, just add to the MODULE make
variable, instead of APPS/LIBS/DEVS
diff --git a/project/osk5912-test/rules.mk b/project/osk5912-test/rules.mk
index 80b76ac..353ddf2 100644
--- a/project/osk5912-test/rules.mk
+++ b/project/osk5912-test/rules.mk
@@ -3,7 +3,9 @@
 LOCAL_DIR := $(GET_LOCAL_DIR)
 
 TARGET := osk5912
-APPS := tests console
+MODULES += \
+	app/tests \
+	app/console
 
 OBJS += \
 	$(LOCAL_DIR)/init.o