Reformat. Remove note in the brief.
[bertos.git] / Makefile
index 1934ea34695e857be4940692a711e992445384ab..3d8979250c042ae738ac3768a9aab531abb74aac 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,11 +7,11 @@
 #
 
 # Set to 1 for verbose build output, 0 for terse output
-V := 0
+V := 1
 
 default: all
 
-include config.mk
+include bertos/config.mk
 
 #Include subtargets
 #include app/demo/demo.mk
@@ -19,4 +19,4 @@ include config.mk
 #include app/battfs/battfs_test.mk
 include app/triface/triface.mk
 
-include rules.mk
+include bertos/rules.mk