examples/ip_pipeline: fix external build
Fix build with external makefile. Fixes: fbc74e66334f ("examples/ip_pipeline: remove infra code") Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
This commit is contained in:
parent
275ebefea7
commit
570e681079
@ -39,7 +39,7 @@ CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk)
|
||||
LDFLAGS_SHARED = $(shell $(PKGCONF) --libs libdpdk)
|
||||
LDFLAGS_STATIC = $(shell $(PKGCONF) --static --libs libdpdk)
|
||||
|
||||
CFLAGS += -I.
|
||||
CFLAGS += -I. -DALLOW_EXPERIMENTAL_API -D_GNU_SOURCE
|
||||
|
||||
OBJS := $(patsubst %.c,build/%.o,$(SRCS-y))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user