| xj | b04a402 | 2021-11-25 15:01:52 +0800 | [diff] [blame] | 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 | ||||