Commit ea6f861a authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: inside-secure - Eliminate duplication in top-level Makefile



Instead of having two entries for inside-secure in the top-level
Makefile, make it just a single one.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 6cb34593
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -43,11 +43,10 @@ obj-$(CONFIG_CRYPTO_DEV_TEGRA) += tegra/
obj-$(CONFIG_CRYPTO_DEV_VIRTIO) += virtio/
#obj-$(CONFIG_CRYPTO_DEV_VMX) += vmx/
obj-$(CONFIG_CRYPTO_DEV_BCM_SPU) += bcm/
obj-$(CONFIG_CRYPTO_DEV_SAFEXCEL) += inside-secure/
obj-y += inside-secure/
obj-$(CONFIG_CRYPTO_DEV_ARTPEC6) += axis/
obj-y += xilinx/
obj-y += hisilicon/
obj-$(CONFIG_CRYPTO_DEV_AMLOGIC_GXL) += amlogic/
obj-y += intel/
obj-y += starfive/
obj-y += inside-secure/eip93/
+1 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_CRYPTO_DEV_SAFEXCEL) += crypto_safexcel.o
crypto_safexcel-objs := safexcel.o safexcel_ring.o safexcel_cipher.o safexcel_hash.o
obj-y += eip93/