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>
This commit is contained in:
Tudor Ambarus 2016-06-16 16:32:55 +03:00 committed by Herbert Xu
parent a6ed42dac4
commit 6999d504d4

View file

@ -2,7 +2,7 @@
# Makefile for the CAAM backend and dependent components # Makefile for the CAAM backend and dependent components
# #
ifeq ($(CONFIG_CRYPTO_DEV_FSL_CAAM_DEBUG), y) ifeq ($(CONFIG_CRYPTO_DEV_FSL_CAAM_DEBUG), y)
EXTRA_CFLAGS := -DDEBUG ccflags-y := -DDEBUG
endif endif
obj-$(CONFIG_CRYPTO_DEV_FSL_CAAM) += caam.o obj-$(CONFIG_CRYPTO_DEV_FSL_CAAM) += caam.o