Merge tag 'ceph-for-4.13-rc8' of git://github.com/ceph/ceph-client
[linux/fpc-iii.git] / drivers / crypto / bcm / Makefile
blob13cb80eb2665b1660e5dcd66642b55576f322198
1 # File: drivers/crypto/bcm/Makefile
3 # Makefile for crypto acceleration files for Broadcom SPU driver
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
11 obj-$(CONFIG_CRYPTO_DEV_BCM_SPU) := bcm_crypto_spu.o
13 bcm_crypto_spu-objs := util.o spu.o spu2.o cipher.o
15 ccflags-y += -I. -DBCMDRIVER