b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- a/tools/fiptool/Makefile |
2 | +++ b/tools/fiptool/Makefile | ||||
3 | @@ -20,7 +20,7 @@ ifeq (${DEBUG},1) | ||||
4 | else | ||||
5 | HOSTCCFLAGS += -O2 | ||||
6 | endif | ||||
7 | -LDLIBS := -lcrypto | ||||
8 | +LDLIBS := -L${OPENSSL_DIR}/lib -lcrypto | ||||
9 | |||||
10 | ifeq (${V},0) | ||||
11 | Q := @ | ||||
12 | @@ -28,7 +28,7 @@ else | ||||
13 | Q := | ||||
14 | endif | ||||
15 | |||||
16 | -INCLUDE_PATHS := -I../../include/tools_share | ||||
17 | +INCLUDE_PATHS := -I../../include/tools_share -I${OPENSSL_DIR}/include | ||||
18 | |||||
19 | HOSTCC ?= gcc | ||||
20 |