Skip to content

Commit 63fbce4

Browse files
committed
Fix the build error in "make psw_install_pkg"
Signed-off-by: Qiu Feng <feng.qiu@intel.com>
1 parent a014ab0 commit 63fbce4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ sdk_install_pkg: sdk
9696
./linux/installer/bin/build-installpkg.sh sdk cve-2020-0551
9797

9898
psw_install_pkg: psw
99+
ifeq ("$(wildcard ./external/dcap_source/QuoteGeneration/psw/ae/data/prebuilt/libsgx_qe3.signed.so)", "")
100+
./external/dcap_source/QuoteGeneration/download_prebuilt.sh
101+
$(CP) external/dcap_source/QuoteGeneration/psw/ae/data/prebuilt/libsgx_qe3.signed.so $(BUILD_DIR)
102+
endif
99103
./linux/installer/bin/build-installpkg.sh psw
100104

101105
.PHONY: deb_libsgx_ae_qe3

0 commit comments

Comments
 (0)