mirror of
https://github.com/torvalds/linux.git
synced 2026-04-23 00:55:48 -04:00
For better maintainability move crypto related API's to new zynqmp-crypto.c file. Signed-off-by: Harsh Jain <h.jain@amd.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
6 lines
193 B
Makefile
6 lines
193 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Makefile for Xilinx firmwares
|
|
|
|
obj-$(CONFIG_ZYNQMP_FIRMWARE) += zynqmp.o zynqmp-ufs.o zynqmp-crypto.o
|
|
obj-$(CONFIG_ZYNQMP_FIRMWARE_DEBUG) += zynqmp-debug.o
|