commit | e60b244281cfe03ddd7c5c15c4e6b6d6316bb530 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Mon Jun 23 21:37:53 2014 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Jun 23 21:37:53 2014 +0800 |
tree | 3b26338e958ceda949293fba6b5baa531df7ea0e | |
parent | 6c9e3dcd36691c8690861a5f6902226ed2d8a75e [diff] |
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>