tools: add pkg-config for preload_check_sign
authorRaymond Mao <raymond.mao@linaro.org>
Thu, 27 Mar 2025 23:10:44 +0000 (16:10 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 10 Apr 2025 17:58:02 +0000 (11:58 -0600)
commitdc54d1e48052fe8712f68a8fcbe324602c7935e8
tree4421162125867e75a7e0e80c54c9f7b199ef2301
parent3c6a3e99b398558b6bfb1362a44fbf0e07e2539e
tools: add pkg-config for preload_check_sign

The cflags and ldflags of preload_check_sign depend on the openssl
package thus pkg-config is needed to get the location where openssl
is installed.
This fix a potential build failure when openssl is not from the
distro and installed in a varied place.

Signed-off-by: Raymond Mao <raymond.mao@linaro.org>
tools/Makefile