crypto: qat - include qat_common in top Makefile
authorSuman Kumar Chakraborty <suman.kumar.chakraborty@intel.com>
Mon, 28 Apr 2025 17:24:26 +0000 (18:24 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 5 May 2025 10:20:44 +0000 (18:20 +0800)
commit04c535ab156bf6c08aeb04d39bbcff0f53b7a0a7
tree7d32b9500eea3a319042a2314d28c4e61f04033f
parent7350fef56b7629a539897c332d7324629580671d
crypto: qat - include qat_common in top Makefile

To ensure proper functionality, each specific driver needs to access
functions located in the qat_common folder.

Move the include path for qat_common to the top-level Makefile.
This eliminates the need for redundant include directives in the
Makefiles of individual drivers.

Suggested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Suman Kumar Chakraborty <suman.kumar.chakraborty@intel.com>
Reviewed-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/intel/qat/Makefile
drivers/crypto/intel/qat/qat_420xx/Makefile
drivers/crypto/intel/qat/qat_4xxx/Makefile
drivers/crypto/intel/qat/qat_c3xxx/Makefile
drivers/crypto/intel/qat/qat_c3xxxvf/Makefile
drivers/crypto/intel/qat/qat_c62x/Makefile
drivers/crypto/intel/qat/qat_c62xvf/Makefile
drivers/crypto/intel/qat/qat_dh895xcc/Makefile
drivers/crypto/intel/qat/qat_dh895xccvf/Makefile