Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.12-rc5 15 lines 407 B view raw
1# File: drivers/crypto/bcm/Makefile 2# 3# Makefile for crypto acceleration files for Broadcom SPU driver 4# 5# Uncomment to enable debug tracing in the SPU driver. 6# CFLAGS_util.o := -DDEBUG 7# CFLAGS_cipher.o := -DDEBUG 8# CFLAGS_spu.o := -DDEBUG 9# CFLAGS_spu2.o := -DDEBUG 10 11obj-$(CONFIG_CRYPTO_DEV_BCM_SPU) := bcm_crypto_spu.o 12 13bcm_crypto_spu-objs := util.o spu.o spu2.o cipher.o 14 15ccflags-y += -I. -DBCMDRIVER