]> git.droids-corp.org - dpdk.git/blobdiff - examples/Makefile
examples/vm_power: fix build with -fno-common
[dpdk.git] / examples / Makefile
index feff7978400685a373ca1ddf433d528567a6b226..b7e99a2f781f967d922705cc4f09ba6be94beefe 100644 (file)
@@ -51,6 +51,9 @@ DIRS-$(CONFIG_RTE_LIBRTE_ACL) += l3fwd-acl
 ifeq ($(CONFIG_RTE_LIBRTE_LPM)$(CONFIG_RTE_LIBRTE_HASH),yy)
 DIRS-$(CONFIG_RTE_LIBRTE_POWER) += l3fwd-power
 endif
+ifeq ($(CONFIG_RTE_LIBRTE_GRAPH),y)
+DIRS-y += l3fwd-graph
+endif
 DIRS-y += link_status_interrupt
 DIRS-y += multi_process
 DIRS-y += ntb