crypto: qat - Fix build problem with O=
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 23 Jun 2014 13:37:53 +0000 (21:37 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 23 Jun 2014 13:37:53 +0000 (21:37 +0800)
commite60b244281cfe03ddd7c5c15c4e6b6d6316bb530
tree3b26338e958ceda949293fba6b5baa531df7ea0e
parent6c9e3dcd36691c8690861a5f6902226ed2d8a75e
crypto: qat - Fix build problem with O=

qat adds -I to the ccflags.  Unfortunately it uses CURDIR which
breaks when make is invoked with O=.  This patch replaces CURDIR
with $(src) which should work with/without O=.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/qat/qat_dh895xcc/Makefile