Start to merge old triface project in bertos, not working actually
[bertos.git] / Makefile
index fe7c8128ea6f4a762f9d7f3e4b171d3736e2d127..ec9502e622b93e46968a635cfb728b5cd6fa7dc6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,10 +11,12 @@ V := 0
 
 default: all
 
-include config.mk
+include bertos/config.mk
 
-# Include subtargets
-include app/demo/demo.mk
-#include app/triface/triface.mk
+#Include subtargets
+#include app/demo/demo.mk
 #include app/at91sam7s/at91sam7s.mk
-include rules.mk
+#include app/battfs/battfs_test.mk
+include app/triface/triface.mk
+
+include bertos/rules.mk