summaryrefslogtreecommitdiff
path: root/tools/fiptool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/fiptool/Makefile')
-rw-r--r--tools/fiptool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fiptool/Makefile b/tools/fiptool/Makefile
index ee674b7f..5e2ecc13 100644
--- a/tools/fiptool/Makefile
+++ b/tools/fiptool/Makefile
@@ -10,7 +10,7 @@ include ${MAKE_HELPERS_DIRECTORY}build_env.mk
PROJECT := fiptool${BIN_EXT}
OBJECTS := fiptool.o tbbr_config.o
-V := 0
+V ?= 0
override CPPFLAGS += -D_GNU_SOURCE -D_XOPEN_SOURCE=700
CFLAGS := -Wall -Werror -pedantic -std=c99