X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_sched%2FMakefile;h=aee93a1205e4af003539765249eff52e098375fa;hb=6c9d13410be2b6d3b411ade55d1eafbcb7bef313;hp=55d9c698994bb51dac639330a6598b6b67350f08;hpb=0b037e8b02b7ced8c18a650b708f2fd6e3364d83;p=dpdk.git diff --git a/lib/librte_sched/Makefile b/lib/librte_sched/Makefile index 55d9c69899..aee93a1205 100644 --- a/lib/librte_sched/Makefile +++ b/lib/librte_sched/Makefile @@ -11,8 +11,6 @@ LIB = librte_sched.a CFLAGS += -O3 CFLAGS += $(WERROR_FLAGS) -CFLAGS_rte_red.o := -D_GNU_SOURCE - LDLIBS += -lm LDLIBS += -lrt LDLIBS += -lrte_eal -lrte_mempool -lrte_mbuf -lrte_net @@ -20,8 +18,6 @@ LDLIBS += -lrte_timer EXPORT_MAP := rte_sched_version.map -LIBABIVER := 1 - # # all source are stored in SRCS-y #