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