Rollback to previous selected version if the user doesn't confirm the version change.
[bertos.git] / Makefile
index 50ee4e6f24fc8476b97ad26cc18f703217999177..2346223a3cbe18165f10c5da83d714b3c05f99a8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,9 +14,9 @@ default: all
 include bertos/config.mk
 
 #Include subtargets
-include app/demo/demo.mk
-#include app/at91sam7s/at91sam7s.mk
-#include app/battfs/battfs_test.mk
-#include app/triface/triface.mk
+include examples/demo/demo.mk
+#include examples/at91sam7/at91sam7s.mk
+#include examples/at91sam7/at91sam7x.mk
+#include examples/triface/triface.mk
 
 include bertos/rules.mk