diff options
author | Tudor Ambarus <tudor-dan.ambarus@nxp.com> | 2016-06-16 16:32:55 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-06-20 14:25:00 +0300 |
commit | 6999d504d4be3ddacd7a01ae961886a66b6a53d9 (patch) | |
tree | 16bb9277cf9cfa74729eb3d89485375d98b553d4 /drivers/crypto/caam/Makefile | |
parent | a6ed42dac49bfd6cb12e2dbffcee1c6d0854bd52 (diff) | |
download | linux-6999d504d4be3ddacd7a01ae961886a66b6a53d9.tar.xz |
crypto: caam - replace deprecated EXTRA_CFLAGS
EXTRA_CFLAGS is still supported but its usage is deprecated.
Signed-off-by: Tudor Ambarus <tudor-dan.ambarus@nxp.com>
Reviewed-by: Horia Geantă <horia.geanta@nxp.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/caam/Makefile')
-rw-r--r-- | drivers/crypto/caam/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/caam/Makefile b/drivers/crypto/caam/Makefile index 550758a333e7..3904700ef110 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 |