X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcrypto%2FMakefile;h=8ca5f18921594f7453a96f6d09d8346f641dea59;hb=c3e85bdcc6e68323fd908bfa4304052c03ba4eb7;hp=7a719b9d3cac3be86f862abdd7b5b9d30fa67c13;hpb=9e54357358bfa2e6add5b4bef57fc964c3ed714b;p=dpdk.git diff --git a/drivers/crypto/Makefile b/drivers/crypto/Makefile index 7a719b9d3c..8ca5f18921 100644 --- a/drivers/crypto/Makefile +++ b/drivers/crypto/Makefile @@ -55,5 +55,7 @@ DIRS-$(CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO) += null DEPDIRS-null = $(core-libs) DIRS-$(CONFIG_RTE_LIBRTE_PMD_DPAA2_SEC) += dpaa2_sec DEPDIRS-dpaa2_sec = $(core-libs) +DIRS-$(CONFIG_RTE_LIBRTE_PMD_DPAA_SEC) += dpaa_sec +DEPDIRS-dpaa_sec = $(core-libs) include $(RTE_SDK)/mk/rte.subdir.mk