From f5ea02f32ed51866b9d09795bf48a4351a6846fd Mon Sep 17 00:00:00 2001 From: Jim Harris Date: Tue, 26 Feb 2019 07:46:52 -0700 Subject: [PATCH] build: make dpdk build depend on isal This ensures future patches to the dpdkbuild/Makefile will work when it depends on symlinks needed to find include files.` Signed-off-by: Jim Harris Change-Id: Iffaf14351f4557cb4d71157135e52ac3936791e6 Reviewed-on: https://review.gerrithub.io/c/446283 Tested-by: SPDK CI Jenkins Reviewed-by: Ben Walker Reviewed-by: Darek Stojaczyk --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 113eedf49..5d9f87266 100644 --- a/Makefile +++ b/Makefile @@ -77,6 +77,12 @@ clean: $(DIRS-y) install: all $(Q)echo "Installed to $(DESTDIR)$(CONFIG_PREFIX)" +ifneq ($(SKIP_DPDK_BUILD),1) +ifeq ($(CONFIG_ISAL),y) +dpdkbuild: isalbuild +endif +endif + shared_lib: lib lib: $(DPDKBUILD) app: $(LIB)