summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/module
Commit message (Collapse)AuthorAgeFilesLines
* flashrom: Reduce enabled CONFIG_* optionsfeature/flashrom-reduce-optionsP. J. McDermott2015-06-111-6/+38
| | | | | This reduces the dependencies (e.g. libusb is no longer needed), the size of flashrom binaries, and the flashrom build time.
* all script: use a standard styleFrancis Rowe2015-06-107-31/+31
| | | | | Based on the style used for the script in resources/scripts/helpers/build/release/
* coreboot-libre: don't build cbmem/nvramtoolFrancis Rowe2015-06-081-6/+0
| | | | | They aren't included in the _util release archive anymore, and they don't need to be built either.
* bash scripts: Make script output more user-friendlyFrancis Rowe2015-02-207-0/+28
|
* bash scripts: Only enable verbose output if DEBUG= is usedFrancis Rowe2015-02-197-7/+14
|
* Move all build scripts into a single generic script, with helpersFrancis Rowe2015-02-147-0/+349
All build scripts were moved to resources/scripts/helpers/