diff options
Diffstat (limited to 'app/test-bbdev/Makefile')
-rw-r--r-- | app/test-bbdev/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/test-bbdev/Makefile b/app/test-bbdev/Makefile index 9aedd776..6da0c8e0 100644 --- a/app/test-bbdev/Makefile +++ b/app/test-bbdev/Makefile @@ -20,4 +20,6 @@ SRCS-$(CONFIG_RTE_TEST_BBDEV) += test_bbdev.c SRCS-$(CONFIG_RTE_TEST_BBDEV) += test_bbdev_perf.c SRCS-$(CONFIG_RTE_TEST_BBDEV) += test_bbdev_vector.c +LDLIBS += -lm + include $(RTE_SDK)/mk/rte.app.mk |