From: Herbert Xu Date: Mon, 23 Jun 2014 13:37:53 +0000 (+0800) Subject: crypto: qat - Fix build problem with O= X-Git-Tag: cleanup-for-v3.18~153^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e60b244281cfe03ddd7c5c15c4e6b6d6316bb530;p=pandora-kernel.git 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 --- Reading git-diff-tree failed