NuttX quiet build

cmake combine NuttX copy and export

-NuttX wasn't recopying if it fails to compile
This commit is contained in:
Daniel Agar
2016-04-17 00:27:54 -04:00
parent 211e667639
commit 0b54bb99f9
17 changed files with 183 additions and 254 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ def main():
help="ROMFS scratch folder.")
args = parser.parse_args()
print("Pruning ROMFS files.")
#print("Pruning ROMFS files.")
# go through
for (root, dirs, files) in os.walk(args.folder):