]> git.droids-corp.org - dpdk.git/blobdiff - examples/l3fwd-power/Makefile
examples/l3fwd-power: add telemetry mode
[dpdk.git] / examples / l3fwd-power / Makefile
index 8a4eee8ae3f0e4d5d6be1947de7302eb7d1189fb..2b749d5c3e48d46dc9f48aa57889db18c16b6da7 100644 (file)
@@ -59,6 +59,7 @@ else
 CFLAGS += -DALLOW_EXPERIMENTAL_API
 CFLAGS += -O3
 CFLAGS += $(WERROR_FLAGS)
+LDLIBS += -lm
 
 # workaround for a gcc bug with noreturn attribute
 # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12603