Skip to content

Commit

Permalink
Makefile: fix for last change
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarbette committed Dec 9, 2020
1 parent e5d4c37 commit b9c1853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userlevel/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ ifeq ($(USE_DPDK),yes)
RTE_VER_YEAR = @RTE_VER_YEAR@
RTE_VER_MONTH = @RTE_VER_MONTH@
RTE_USE_PKGCONFIG = @RTE_USE_PKGCONFIG@
ifeq ($RTE_USE_PKGCONFIG$(shell pkg-config --exists libdpdk && echo 1), 11)
ifeq (${RTE_USE_PKGCONFIG}$(shell pkg-config --exists libdpdk && echo 1), 11)
CFLAGS := $(CFLAGS) $(shell pkg-config --cflags libdpdk)
CXXFLAGS := $(CXXFLAGS) $(shell pkg-config --cflags libdpdk)
include rte_parse.mk
Expand Down

0 comments on commit b9c1853

Please sign in to comment.