Imported Upstream version 16.07-rc5
[deb_dpdk.git] / examples / ptpclient / Makefile
index d241730..b77cf71 100644 (file)
@@ -46,7 +46,6 @@ SRCS-y := ptpclient.c
 
 CFLAGS += -O3
 CFLAGS += $(WERROR_FLAGS)
-LDLIBS += -lrt
 
 # workaround for a gcc bug with noreturn attribute
 # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12603