X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=examples%2Fbond%2FMakefile;h=ae4cb6e124f5975c48a4377a41ec23d03fe84bfb;hb=155502af1a45fa9474d56d4389dcba4e1e2c9f6d;hp=626d79d9607dab594c8179d5d8f9e296a907c54c;hpb=97f17497d162afdb82c8704bf097f0fee3724b2e;p=deb_dpdk.git diff --git a/examples/bond/Makefile b/examples/bond/Makefile index 626d79d9..ae4cb6e1 100644 --- a/examples/bond/Makefile +++ b/examples/bond/Makefile @@ -54,4 +54,8 @@ endif CFLAGS += -O3 +ifeq ($(CONFIG_RTE_BUILD_SHARED_LIB),y) +LDLIBS += -lrte_pmd_bond +endif + include $(RTE_SDK)/mk/rte.extapp.mk