From 52f0e84ba7b004d6d110340d2b0b0d4b2985e073 Mon Sep 17 00:00:00 2001 From: Jacob Garber Date: Fri, 19 Jul 2019 12:27:27 -0600 Subject: util/*/Makefile: Rename -W to -Wextra -W is the old name for -Wextra, so let's rename it to be consistent with the rest of the utility Makefiles. Change-Id: I0e50f13d2617b785d343707fc895516574164562 Signed-off-by: Jacob Garber Reviewed-on: https://review.coreboot.org/c/coreboot/+/34455 Tested-by: build bot (Jenkins) Reviewed-by: HAOUAS Elyes --- util/pmh7tool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/pmh7tool/Makefile') diff --git a/util/pmh7tool/Makefile b/util/pmh7tool/Makefile index 384d3d9c4e..034ed40c59 100644 --- a/util/pmh7tool/Makefile +++ b/util/pmh7tool/Makefile @@ -14,7 +14,7 @@ ## CC = gcc -CFLAGS = -O2 -Wall -W -Werror +CFLAGS = -O2 -Wall -Wextra -Werror PROGRAM = pmh7tool INSTALL = /usr/bin/env install PREFIX = /usr/local -- cgit v1.2.3