Skip to content

Commit

Permalink
Fix the build error in "make psw_install_pkg"
Browse files Browse the repository at this point in the history
Signed-off-by: Qiu Feng <feng.qiu@intel.com>
  • Loading branch information
fqiu1 committed Jul 9, 2020
1 parent a014ab0 commit 63fbce4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ sdk_install_pkg: sdk
./linux/installer/bin/build-installpkg.sh sdk cve-2020-0551

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

.PHONY: deb_libsgx_ae_qe3
Expand Down

0 comments on commit 63fbce4

Please sign in to comment.