Brian Daniels / mbed-tools

Fork of mbed-tools by Morpheus

Files at this revision

API Documentation at this revision

Comitter:
bridadan
Date:
Tue Apr 05 13:33:41 2016 +0000
Parent:
11:072037a91709
Commit message:
Allowing "--source" to be specified multiple times, allowing you to compose builds from separate directories

Changed in this revision

make.py Show annotated file Show diff for this revision Revisions of this file
--- a/make.py	Tue Apr 05 00:21:13 2016 +0100
+++ b/make.py	Tue Apr 05 13:33:41 2016 +0000
@@ -94,7 +94,7 @@
     parser.add_option("--dep", dest="dependencies",
                       default=None, help="Dependencies")
     parser.add_option("--source", dest="source_dir",
-                      default=None, help="The source (input) directory")
+                      default=None, help="The source (input) directory", action="append")
     parser.add_option("--duration", type="int", dest="duration",
                       default=None, help="Duration of the test")
     parser.add_option("--build", dest="build_dir",