summaryrefslogtreecommitdiff
path: root/util/ifdtool
diff options
context:
space:
mode:
authorJacob Garber <jgarber1@ualberta.ca>2019-07-19 12:27:27 -0600
committerPatrick Georgi <pgeorgi@google.com>2019-07-23 09:10:47 +0000
commit52f0e84ba7b004d6d110340d2b0b0d4b2985e073 (patch)
tree8cd48ecdf6fbe4e8052cae0f6aec18bd9a45bea9 /util/ifdtool
parent5f914dc4ce08fe72ea2f2fa9553d8500255d6198 (diff)
downloadcoreboot-52f0e84ba7b004d6d110340d2b0b0d4b2985e073.tar.xz
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 <jgarber1@ualberta.ca> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34455 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'util/ifdtool')
-rw-r--r--util/ifdtool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/ifdtool/Makefile b/util/ifdtool/Makefile
index 4cddfc5542..cc52b1ed4a 100644
--- a/util/ifdtool/Makefile
+++ b/util/ifdtool/Makefile
@@ -18,7 +18,7 @@ PROGRAM = ifdtool
CC = gcc
INSTALL = /usr/bin/env install
PREFIX = /usr/local
-CFLAGS = -O2 -g -Wall -W -Wmissing-prototypes -Werror -I../../src/commonlib/include
+CFLAGS = -O2 -g -Wall -Wextra -Wmissing-prototypes -Werror -I../../src/commonlib/include
LDFLAGS =
OBJS = ifdtool.o