projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6ed42d
)
crypto: caam - replace deprecated EXTRA_CFLAGS
author
Tudor Ambarus
<tudor-dan.ambarus@nxp.com>
Thu, 16 Jun 2016 13:32:55 +0000
(16:32 +0300)
committer
Herbert 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
patch
|
blob
|
history
diff --git
a/drivers/crypto/caam/Makefile
b/drivers/crypto/caam/Makefile
index 550758a333e7c8e920a422da0cc20fc8807476d1..3904700ef1102db4b9921d5d6ac6757945372c30 100644
(file)
--- 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