]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_lpm/Makefile
config: add configuration for toggling physical addressing
[dpdk.git] / lib / librte_lpm / Makefile
index 656ade2702192d3e765b857d1f961aa8cfc4511f..32be46b3bf18a6762f49daf0785f5f8cc6451d2e 100644 (file)
@@ -51,9 +51,8 @@ ifneq ($(filter y,$(CONFIG_RTE_ARCH_ARM) $(CONFIG_RTE_ARCH_ARM64)),)
 SYMLINK-$(CONFIG_RTE_LIBRTE_LPM)-include += rte_lpm_neon.h
 else ifeq ($(CONFIG_RTE_ARCH_X86),y)
 SYMLINK-$(CONFIG_RTE_LIBRTE_LPM)-include += rte_lpm_sse.h
+else ifeq ($(CONFIG_RTE_ARCH_PPC_64),y)
+SYMLINK-$(CONFIG_RTE_LIBRTE_LPM)-include += rte_lpm_altivec.h
 endif
 
-# this lib needs eal
-DEPDIRS-$(CONFIG_RTE_LIBRTE_LPM) += lib/librte_eal
-
 include $(RTE_SDK)/mk/rte.lib.mk