mirror of
https://github.com/intel/linux-sgx
synced 2026-06-08 14:49:32 +00:00
9338007c3a
The C_OBJS is forgotten to link OBJS togeter in Makefile. This mistake causes a build failure on SampleCode/RemoteAttestation: /opt/intel/sgxsdk/SampleCode/RemoteAttestation/sample_libcrypto/libsample_libcrypto.so: undefined reference to `sgx_disp_ippsAES_GCMGetTag' /opt/intel/sgxsdk/SampleCode/RemoteAttestation/sample_libcrypto/libsample_libcrypto.so: undefined reference to `sgx_disp_ippsAES_GCMGetSize' ... Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>