git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c9e3dc
)
crypto: qat - Fix build problem with O=
author
Herbert Xu
<herbert@gondor.apana.org.au>
Mon, 23 Jun 2014 13:37:53 +0000
(21:37 +0800)
committer
Herbert 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