OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
drivers
/
crypto
/
bcm
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:22 AM
rwxr-xr-x
📄
Makefile
407 bytes
01/28/2018 09:20:33 PM
rw-r--r--
Editing: Makefile
Close
# File: drivers/crypto/bcm/Makefile # # Makefile for crypto acceleration files for Broadcom SPU driver # # Uncomment to enable debug tracing in the SPU driver. # CFLAGS_util.o := -DDEBUG # CFLAGS_cipher.o := -DDEBUG # CFLAGS_spu.o := -DDEBUG # CFLAGS_spu2.o := -DDEBUG obj-$(CONFIG_CRYPTO_DEV_BCM_SPU) := bcm_crypto_spu.o bcm_crypto_spu-objs := util.o spu.o spu2.o cipher.o ccflags-y += -I. -DBCMDRIVER