X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fcrypto%2FMakefile;h=dc4ef7f962e0182d16c3ad76f5488a9bb0b4c3de;hb=6fedf6eed2362ccd736b736e623bdbbb8b18704a;hp=f6aeceab1deac3da7f3edd0cbb4366c6d01aaa27;hpb=1703e94ac5cee1014dcf4d6d9e72547a1e5aecaa;p=dpdk.git diff --git a/drivers/crypto/Makefile b/drivers/crypto/Makefile index f6aeceab1d..dc4ef7f962 100644 --- a/drivers/crypto/Makefile +++ b/drivers/crypto/Makefile @@ -1,6 +1,6 @@ # BSD LICENSE # -# Copyright(c) 2010-2015 Intel Corporation. All rights reserved. +# Copyright(c) 2010-2016 Intel Corporation. All rights reserved. # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -31,7 +31,11 @@ include $(RTE_SDK)/mk/rte.vars.mk +DIRS-$(CONFIG_RTE_LIBRTE_PMD_AESNI_GCM) += aesni_gcm +DIRS-$(CONFIG_RTE_LIBRTE_PMD_AESNI_MB) += aesni_mb DIRS-$(CONFIG_RTE_LIBRTE_PMD_QAT) += qat +DIRS-$(CONFIG_RTE_LIBRTE_PMD_SNOW3G) += snow3g +DIRS-$(CONFIG_RTE_LIBRTE_PMD_KASUMI) += kasumi +DIRS-$(CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO) += null -include $(RTE_SDK)/mk/rte.sharelib.mk -include $(RTE_SDK)/mk/rte.subdir.mk \ No newline at end of file +include $(RTE_SDK)/mk/rte.subdir.mk