flashprog: Disable -Werror

We haven't seen any build errors, but it seems flashprog
sets -Werror on CFLAGS. If you provide WARNERROR=no as
a make argument, it avoids -Werror entirely.

This is a preventative fix, for over-zealous compilers.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2024-12-31 00:11:26 +00:00
parent dc95e912bf
commit d344cd95ea

View File

@@ -0,0 +1,3 @@
# SPDX-License-Identifier: GPL-3.0-or-later
makeargs="WARNERROR=no"