aboutsummaryrefslogtreecommitdiff
path: root/resources/scripts/helpers/build/module/flashrom
Commit message (Collapse)AuthorAgeFilesLines
* Replaced '#!/bin/bash' w/ '#!/usr/bin/env bash'Andrew Robbins2017-06-231-1/+1
| | | | | This is mainly useful for being able to run these scripts on BSDs. And for users who use a Bash not installed to /bin.
* re-add old build system (for x86 boards/utils)4 of 7 (Leah Rowe) info@minifree.org2017-01-211-0/+93
| | | | Everything will be migrated over to the new build system after release.
* Current build system removalPaul Kocialkowski2017-01-151-93/+0
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* build/module/flashrom: use CONFIG_ENABLE_LIBUSB1_PROGRAMMERS=noLeah Rowe2016-08-221-5/+5
| | | | | This fixes a build issue in Trisquel 7, when building static binaries of the flashrom utility.
* Change Leah's surname back to RoweLeah Rowe2016-06-281-1/+1
|
* reassign Minifree Ltd copyrights back to Minifree directorLeah Woods2016-05-061-1/+1
| | | | This time under her chosen name.
* reassign copyright from Minifree director to Minifree LtdMinifree Ltd2016-04-261-1/+1
|
* build system: allow arbitrary specification of number of cores usedFrancis Rowe2016-03-101-6/+17
| | | | | | | Use NPROC=foo Replace "foo" with a number. By default, the build system uses $(nproc). This patch allows the user to specify any number of cores. This is useful on some systems, or certain chroot environments.
* build scripts: use $(nproc) not "$(nproc)" for make -j optionFrancis Rowe2016-03-101-6/+6
|
* Simplify ./build module routinesKlemens Nanni2015-11-051-4/+2
|
* all scripts: general fixes and clean upFrancis Rowe2015-08-301-9/+6
|
* scripts: use the -j option in make (multithreaded compilation)Klemens Nanni2015-08-161-6/+7
|
* all script: use a standard styleFrancis Rowe2015-06-111-12/+12
| | | | | Based on the style used for the script in resources/scripts/helpers/build/release/
* bash scripts: Make script output more user-friendlyFrancis Rowe2015-02-201-0/+4
|
* bash scripts: Only enable verbose output if DEBUG= is usedFrancis Rowe2015-02-201-1/+2
|
* Move all build scripts into a single generic script, with helpersFrancis Rowe2015-02-151-0/+81
All build scripts were moved to resources/scripts/helpers/