summaryrefslogtreecommitdiff
path: root/payloads/linuxcheck/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'payloads/linuxcheck/Makefile')
-rw-r--r--payloads/linuxcheck/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/linuxcheck/Makefile b/payloads/linuxcheck/Makefile
index b967369e1a..838c90df0c 100644
--- a/payloads/linuxcheck/Makefile
+++ b/payloads/linuxcheck/Makefile
@@ -3,7 +3,7 @@ XCOMPILE=$(LIBPAYLOAD_DIR)/libpayload.xcompile
# build libpayload and put .config file in $(CURDIR) instead of ../libpayload
# to avoid pollute the libpayload source directory and possible conflicts
LPOPTS=obj="$(CURDIR)/build" DESTDIR="$(CURDIR)" DOTCONFIG="$(CURDIR)/.config"
-CFLAGS += -Wall -Werror -Os -ffreestanding -nostdinc -nostdlib
+CFLAGS += -Wall -Wvla -Werror -Os -ffreestanding -nostdinc -nostdlib
ifeq ($(CONFIG_ARCH_X86),y)
TARGETARCH = i386
endif