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:
parent
427fd1d76c
commit
f5ea02f32e
6
Makefile
6
Makefile
@ -77,6 +77,12 @@ clean: $(DIRS-y)
|
|||||||
install: all
|
install: all
|
||||||
$(Q)echo "Installed to $(DESTDIR)$(CONFIG_PREFIX)"
|
$(Q)echo "Installed to $(DESTDIR)$(CONFIG_PREFIX)"
|
||||||
|
|
||||||
|
ifneq ($(SKIP_DPDK_BUILD),1)
|
||||||
|
ifeq ($(CONFIG_ISAL),y)
|
||||||
|
dpdkbuild: isalbuild
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
shared_lib: lib
|
shared_lib: lib
|
||||||
lib: $(DPDKBUILD)
|
lib: $(DPDKBUILD)
|
||||||
app: $(LIB)
|
app: $(LIB)
|
||||||
|
Loading…
Reference in New Issue
Block a user