]> Git Repo - J-linux.git/blob - drivers/crypto/intel/iaa/Makefile
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / crypto / intel / iaa / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for IAA crypto device drivers
4 #
5
6 ccflags-y += -I $(srctree)/drivers/dma/idxd -DDEFAULT_SYMBOL_NAMESPACE='"IDXD"'
7
8 obj-$(CONFIG_CRYPTO_DEV_IAA_CRYPTO) := iaa_crypto.o
9
10 iaa_crypto-y := iaa_crypto_main.o iaa_crypto_comp_fixed.o
11
12 iaa_crypto-$(CONFIG_CRYPTO_DEV_IAA_CRYPTO_STATS) += iaa_crypto_stats.o
This page took 0.0291 seconds and 4 git commands to generate.