]> Git Repo - linux.git/blob - drivers/crypto/bcm/Makefile
powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038
[linux.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
This page took 0.032545 seconds and 4 git commands to generate.