X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=examples%2Fqos_sched%2FMakefile;h=5737ad652f6db598079a025f63ffff969f8ec8fe;hp=ce2d253715add3bbe47c1c5e683d32a2a7d74ebd;hb=12a652a02b080f26a1e9fd0169a58d6bcbe7b03c;hpb=e7f4fbb30153702438e7b776eb05966caefc2c77 diff --git a/examples/qos_sched/Makefile b/examples/qos_sched/Makefile index ce2d253715..5737ad652f 100644 --- a/examples/qos_sched/Makefile +++ b/examples/qos_sched/Makefile @@ -17,7 +17,7 @@ shared: build/$(APP)-shared static: build/$(APP)-static ln -sf $(APP)-static build/$(APP) -PKGCONF=pkg-config --define-prefix +PKGCONF ?= pkg-config PC_FILE := $(shell $(PKGCONF) --path libdpdk) CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk)