]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit88c203503dbf85d632588f9c8ff39676b993421c
tree3b26338e958ceda949293fba6b5baa531df7ea0e
parenta133e1b096bd2815c8a5a423ea0c3aa78b72970c
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