Message ID | 20250211095952.14442-1-giovanni.cabiddu@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | crypto: qat - improvements to Makefiles | expand |
On Tue, Feb 11, 2025 at 09:58:51AM +0000, Giovanni Cabiddu wrote: > This small series aligns the Makefiles in the QAT driver to the kbuild > documentation, by fixing the object goals, and reorders the objects in > the qat_common Makefile for making it easier to maintain. > > Patch #1 does not have an explicit Fixes tag as there isn't any > outstanding issue caused by the current Makefiles. > > Giovanni Cabiddu (2): > crypto: qat - fix object goals in Makefiles > crypto: qat - reorder objects in qat_common Makefile > > drivers/crypto/intel/qat/qat_420xx/Makefile | 2 +- > drivers/crypto/intel/qat/qat_4xxx/Makefile | 2 +- > drivers/crypto/intel/qat/qat_c3xxx/Makefile | 2 +- > drivers/crypto/intel/qat/qat_c3xxxvf/Makefile | 2 +- > drivers/crypto/intel/qat/qat_c62x/Makefile | 2 +- > drivers/crypto/intel/qat/qat_c62xvf/Makefile | 2 +- > drivers/crypto/intel/qat/qat_common/Makefile | 66 +++++++++---------- > .../crypto/intel/qat/qat_dh895xcc/Makefile | 2 +- > .../crypto/intel/qat/qat_dh895xccvf/Makefile | 2 +- > 9 files changed, 41 insertions(+), 41 deletions(-) > > -- > 2.48.1 All applied. Thanks.