Signed-off-by: Cristian Stoica <[email protected]> --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/Makefile b/tests/Makefile index 5e3111d..49959de 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,6 +1,6 @@ KERNEL_DIR ?= /lib/modules/$(shell uname -r)/build KBUILD_CFLAGS += -I.. $(CRYPTODEV_CFLAGS) -CFLAGS += -I.. $(CRYPTODEV_CFLAGS) +CFLAGS += -I.. $(CRYPTODEV_CFLAGS) -Wall -Werror comp_progs := cipher_comp hash_comp hmac_comp -- 2.7.3 _______________________________________________ Cryptodev-linux-devel mailing list [email protected] https://mail.gna.org/listinfo/cryptodev-linux-devel
