Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Herbert Xu <herbert@gondor.apana.org.au>

+2 -2
+1 -2
drivers/crypto/Makefile
··· 43 43 obj-$(CONFIG_CRYPTO_DEV_VIRTIO) += virtio/ 44 44 #obj-$(CONFIG_CRYPTO_DEV_VMX) += vmx/ 45 45 obj-$(CONFIG_CRYPTO_DEV_BCM_SPU) += bcm/ 46 - obj-$(CONFIG_CRYPTO_DEV_SAFEXCEL) += inside-secure/ 46 + obj-y += inside-secure/ 47 47 obj-$(CONFIG_CRYPTO_DEV_ARTPEC6) += axis/ 48 48 obj-y += xilinx/ 49 49 obj-y += hisilicon/ 50 50 obj-$(CONFIG_CRYPTO_DEV_AMLOGIC_GXL) += amlogic/ 51 51 obj-y += intel/ 52 52 obj-y += starfive/ 53 - obj-y += inside-secure/eip93/
+1
drivers/crypto/inside-secure/Makefile
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 obj-$(CONFIG_CRYPTO_DEV_SAFEXCEL) += crypto_safexcel.o 3 3 crypto_safexcel-objs := safexcel.o safexcel_ring.o safexcel_cipher.o safexcel_hash.o 4 + obj-y += eip93/