examples/l3fwd-power: add telemetry mode
[dpdk.git] / examples / l3fwd-power / Makefile
index 8a4eee8..2b749d5 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