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)
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>

No differences found