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
12obj-$(CONFIG_CRYPTO_DEV_BCM_SPU) := bcm_crypto_spu.o
13
14bcm_crypto_spu-objs :=  util.o spu.o spu2.o cipher.o
15