summaryrefslogtreecommitdiff
path: root/resources/scripts/build/module/flashrom
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2021-12-04 20:42:39 +0000
committerGogs <gogitservice@gmail.com>2021-12-04 20:42:39 +0000
commit91f5cb7e2ff5453173c661d81c56c33c4cd8f822 (patch)
treefcd70670c2bf078a3a33b1e9ec3067832e5368b8 /resources/scripts/build/module/flashrom
parent9938fa14b1bf54db37c0c18bdfec051cae41448e (diff)
parent4dff61eb32fc780259c0a83f33beea7510f41771 (diff)
Merge branch 'master' of weimzh/lbmk into master
Diffstat (limited to 'resources/scripts/build/module/flashrom')
-rwxr-xr-xresources/scripts/build/module/flashrom2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/build/module/flashrom b/resources/scripts/build/module/flashrom
index a27df863..c1641d94 100755
--- a/resources/scripts/build/module/flashrom
+++ b/resources/scripts/build/module/flashrom
@@ -36,5 +36,5 @@ printf "Building flashrom\n"
(
cd "flashrom/"
make clean
-make -j$(nproc)
+make WARNERROR=no -j$(nproc)
)