X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=examples%2Fqos_sched%2FMakefile;h=0dd7d910558c08329f172f0d473eebce0be69e40;hp=92e3de79be7ddff0a3b97f38fd5ba59037645b6d;hb=8549295db07b1f5777a314ee0b75f768e7ec4913;hpb=f9c0b1f4319ea4f40ee2ceb8097c9a5a34a56171 diff --git a/examples/qos_sched/Makefile b/examples/qos_sched/Makefile index 92e3de79be..0dd7d91055 100644 --- a/examples/qos_sched/Makefile +++ b/examples/qos_sched/Makefile @@ -22,7 +22,7 @@ PKGCONF ?= pkg-config PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null) CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk) LDFLAGS_SHARED = $(shell $(PKGCONF) --libs libdpdk) -LDFLAGS_STATIC = -Wl,-Bstatic $(shell $(PKGCONF) --static --libs libdpdk) +LDFLAGS_STATIC = $(shell $(PKGCONF) --static --libs libdpdk) build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build $(CC) $(CFLAGS) $(SRCS-y) -o $@ $(LDFLAGS) $(LDFLAGS_SHARED)