]> git.droids-corp.org - dpdk.git/blobdiff - app/test/Makefile
mk: fix shared library dependencies on libm and librt
[dpdk.git] / app / test / Makefile
index ec33e1aa85705645a7c542542f8764750e70a615..00e4df2d2969c0f7769cf2c2d48468b283329aae 100644 (file)
@@ -160,6 +160,8 @@ CFLAGS += $(WERROR_FLAGS)
 
 CFLAGS += -D_GNU_SOURCE
 
+LDLIBS += -lm
+
 # Disable VTA for memcpy test
 ifeq ($(CC), gcc)
 ifeq ($(shell test $(GCC_VERSION) -ge 44 && echo 1), 1)