2020-08-19 15:54:51 +00:00
|
|
|
--- a/tools/fiptool/Makefile
|
|
|
|
+++ b/tools/fiptool/Makefile
|
2021-01-17 07:37:58 +00:00
|
|
|
@@ -20,7 +20,7 @@ ifeq (${DEBUG},1)
|
2020-08-19 15:54:51 +00:00
|
|
|
else
|
|
|
|
HOSTCCFLAGS += -O2
|
|
|
|
endif
|
|
|
|
-LDLIBS := -lcrypto
|
|
|
|
+LDLIBS := -L${OPENSSL_DIR}/lib -lcrypto
|
|
|
|
|
|
|
|
ifeq (${V},0)
|
|
|
|
Q := @
|
2021-01-17 07:37:58 +00:00
|
|
|
@@ -28,7 +28,7 @@ else
|
2020-08-19 15:54:51 +00:00
|
|
|
Q :=
|
|
|
|
endif
|
|
|
|
|
|
|
|
-INCLUDE_PATHS := -I../../include/tools_share
|
|
|
|
+INCLUDE_PATHS := -I../../include/tools_share -I${OPENSSL_DIR}/include
|
|
|
|
|
|
|
|
HOSTCC ?= gcc
|
|
|
|
|