1 From af792c280ec5d76f473487cd1ed9335a6ec534de Mon Sep 17 00:00:00 2001
2 From: Cristian Stoica <cristian.stoica@nxp.com>
3 Date: Wed, 26 Oct 2016 10:49:36 +0300
4 Subject: [PATCH 066/104] do more strict code checking to avoid maintenance
7 Signed-off-by: Cristian Stoica <cristian.stoica@nxp.com>
10 1 file changed, 1 insertion(+), 1 deletion(-)
12 diff --git a/tests/Makefile b/tests/Makefile
13 index 14ae2c7..a27cf9b 100644
17 KERNEL_DIR ?= /lib/modules/$(shell uname -r)/build
18 -CRYPTODEV_CFLAGS += -DENABLE_ASYNC -Wimplicit-function-declaration
19 +CRYPTODEV_CFLAGS += -DENABLE_ASYNC -Wall -Werror
20 KBUILD_CFLAGS += -I.. $(CRYPTODEV_CFLAGS)
21 CFLAGS += -I.. $(CRYPTODEV_CFLAGS)