From 6999d504d4be3ddacd7a01ae961886a66b6a53d9 Mon Sep 17 00:00:00 2001 From: Tudor Ambarus Date: Thu, 16 Jun 2016 16:32:55 +0300 Subject: crypto: caam - replace deprecated EXTRA_CFLAGS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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..3904700 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 -- cgit v0.10.2