From: Tudor Ambarus Date: Thu, 16 Jun 2016 13:32:55 +0000 (+0300) Subject: crypto: caam - replace deprecated EXTRA_CFLAGS X-Git-Tag: v4.14-rc1~2841^2~127 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6999d504d4be3ddacd7a01ae961886a66b6a53d9;p=platform%2Fkernel%2Flinux-rpi.git crypto: caam - replace deprecated EXTRA_CFLAGS EXTRA_CFLAGS is still supported but its usage is deprecated. Signed-off-by: Tudor Ambarus Reviewed-by: Horia Geantă Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/caam/Makefile b/drivers/crypto/caam/Makefile index 550758a..3904700e 100644 --- a/drivers/crypto/caam/Makefile +++ b/drivers/crypto/caam/Makefile @@ -2,7 +2,7 @@ # Makefile for the CAAM backend and dependent components # ifeq ($(CONFIG_CRYPTO_DEV_FSL_CAAM_DEBUG), y) - EXTRA_CFLAGS := -DDEBUG + ccflags-y := -DDEBUG endif obj-$(CONFIG_CRYPTO_DEV_FSL_CAAM) += caam.o