15 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2# File: drivers/crypto/bcm/Makefile3#4# Makefile for crypto acceleration files for Broadcom SPU driver5#6# Uncomment to enable debug tracing in the SPU driver.7# CFLAGS_util.o := -DDEBUG8# CFLAGS_cipher.o := -DDEBUG9# CFLAGS_spu.o := -DDEBUG10# CFLAGS_spu2.o := -DDEBUG11 12obj-$(CONFIG_CRYPTO_DEV_BCM_SPU) := bcm_crypto_spu.o13 14bcm_crypto_spu-objs := util.o spu.o spu2.o cipher.o15