]> Git Repo - J-linux.git/blob - drivers/crypto/bcm/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 / bcm / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 # File: drivers/crypto/bcm/Makefile
3 #
4 # Makefile for crypto acceleration files for Broadcom SPU driver
5 #
6 # Uncomment to enable debug tracing in the SPU driver.
7 # CFLAGS_util.o := -DDEBUG
8 # CFLAGS_cipher.o := -DDEBUG
9 # CFLAGS_spu.o := -DDEBUG
10 # CFLAGS_spu2.o := -DDEBUG
11
12 obj-$(CONFIG_CRYPTO_DEV_BCM_SPU) := bcm_crypto_spu.o
13
14 bcm_crypto_spu-objs :=  util.o spu.o spu2.o cipher.o
This page took 0.035914 seconds and 4 git commands to generate.