+7
−1
Loading
Previously, lib/Makefile just hard-coded env_dpdk in the list of directories to build; this won't work if the user has chosen a different env implementation via CONFIG_ENV (or configure --with-env). Modify lib/Makefile so that the user can either put their env implementation directly into SPDK's lib directory (like env_dpdk) or outside of the SPDK tree (in which case the user must handle building it before building SPDK). Change-Id: I77e0611152f97f7bd6efcff10ffadf2fb1b1167e Signed-off-by:Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-on: https://review.gerrithub.io/412248 Tested-by:
SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com>