+1
−1
+1
−5
isalbuild/isa-l
0 → 120000
+1
−0
+1
−5
isalcryptobuild/isa-l-crypto
0 → 120000
+1
−0
Loading
For some reason, isa-l doesn't put its headers under isa-l directory in its repo, but installs them that way (e.g. include/crc.h gets installed as isa-l/crc.h). So, to make the #includes work, we used to put a symlink inside the isa-l repo called "isa-l" that would point to the directory with the headers. It worked, but caused the isa-l directory to always show up as having untracked content in git, which is a pain. Instead, the symlink is now moved inside the isalbuild directory and isalbuild is added to our include paths. All of the above also applies to isa-l-crypto, as it used to work identically. Signed-off-by:Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: I22110f61b253bbdf0bbea2fbe3b533cb56d8632b Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22123 Reviewed-by:
Michal Berger <michal.berger@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Ben Walker <ben@nvidia.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com>