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 <james.r.harris@intel.com>
Change-Id: Iffaf14351f4557cb4d71157135e52ac3936791e6

Reviewed-on: https://review.gerrithub.io/c/446283
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
This commit is contained in:
Jim Harris 2019-02-26 07:46:52 -07:00 committed by Darek Stojaczyk
parent 427fd1d76c
commit f5ea02f32e

View File

@ -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)