From d344cd95eac4be79efc6cb2ebbed788519f69cb3 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 31 Dec 2024 00:11:26 +0000 Subject: 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 --- config/flashprog/target.cfg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 config/flashprog/target.cfg (limited to 'config/flashprog') diff --git a/config/flashprog/target.cfg b/config/flashprog/target.cfg new file mode 100644 index 00000000..2d9243b7 --- /dev/null +++ b/config/flashprog/target.cfg @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-3.0-or-later + +makeargs="WARNERROR=no" -- cgit v1.2.1