]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - tools/buildman/builder.py
buildman: Allow make flags to be specified for each board
[karo-tx-uboot.git] / tools / buildman / builder.py
index 29da67a54e79e147491666aae9606d99fdaad3e0..4a2d753c218c6675aad3a84c08fb0163bed9002e 100644 (file)
@@ -253,6 +253,7 @@ class BuilderThread(threading.Thread):
                     args.extend(['-j', str(self.builder.num_jobs)])
                 config_args = ['%s_config' % brd.target]
                 config_out = ''
+                args.extend(self.builder.toolchains.GetMakeArguments(brd))
 
                 # If we need to reconfigure, do that now
                 if do_config: