diff options
Diffstat (limited to 'examples/bond/Makefile')
-rw-r--r-- | examples/bond/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |