GNU Linux-libre 4.14.290-gnu1
[releases.git] / drivers / crypto / bcm / Makefile
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
11 obj-$(CONFIG_CRYPTO_DEV_BCM_SPU) := bcm_crypto_spu.o
12
13 bcm_crypto_spu-objs :=  util.o spu.o spu2.o cipher.o
14
15 ccflags-y += -I. -DBCMDRIVER