|
@@ -19,6 +19,7 @@ sys.path.append(os.path.join(our_path, '../patman'))
|
|
|
|
|
|
# Our modules
|
|
# Our modules
|
|
import board
|
|
import board
|
|
|
|
+import bsettings
|
|
import builder
|
|
import builder
|
|
import checkpatch
|
|
import checkpatch
|
|
import cmdline
|
|
import cmdline
|
|
@@ -59,5 +60,6 @@ if options.test:
|
|
|
|
|
|
# Build selected commits for selected boards
|
|
# Build selected commits for selected boards
|
|
else:
|
|
else:
|
|
|
|
+ bsettings.Setup(options.config_file)
|
|
ret_code = control.DoBuildman(options, args)
|
|
ret_code = control.DoBuildman(options, args)
|
|
sys.exit(ret_code)
|
|
sys.exit(ret_code)
|