crypto: caam - replace deprecated EXTRA_CFLAGS
authorTudor Ambarus <tudor-dan.ambarus@nxp.com>
Thu, 16 Jun 2016 13:32:55 +0000 (16:32 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 20 Jun 2016 11:25:00 +0000 (19:25 +0800)
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>
drivers/crypto/caam/Makefile

index 550758a333e7c8e920a422da0cc20fc8807476d1..3904700ef1102db4b9921d5d6ac6757945372c30 100644 (file)
@@ -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
This page took 0.026512 seconds and 5 git commands to generate.