Add kernel flash size benchmark.
[bertos.git] / Makefile
index 50ee4e6f24fc8476b97ad26cc18f703217999177..8dd8cc4ca6472891698de65771ff729da4a3351c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,9 +14,10 @@ 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 examples/benchmark/kernel-only_arm/kernel-only_arm.mk
 
 include bertos/rules.mk