Skip to content

Commit

Permalink
clean up unnecessary lines
Browse files Browse the repository at this point in the history
Signed-off-by: Jing He <[email protected]>
  • Loading branch information
jinghe-INTC committed Nov 10, 2023
1 parent f69f5bb commit 1d3eb37
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Linux/sgx/libsgx_usgxssl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ else
SGX_COMMON_CFLAGS += -O2 -D_FORTIFY_SOURCE=2
endif

SGX_EDL_FILE := $(PACKAGE_INCLUDE)/sgx_tsgxssl.edl
#SGX_EDL_FILE := $(PACKAGE_INC)/sgx_tsgxssl.edl

######## App Settings ########

Expand Down Expand Up @@ -94,9 +94,9 @@ all: $(UNTRUSTED_LIB)
# @mkdir -p $(UNTRUSTED_DIR) && cd $(UNTRUSTED_DIR) && $(SGX_EDGER8R) --header-only --untrusted $(SGX_EDL_FILE) --search-path $(SGX_SDK_INC)
# @echo "GEN => $@"

sgx_tsgxssl_u.o: $(UNTRUSTED_DIR)/sgx_tsgxssl_u.c
$(VCC) $(Sgx_ussl_C_Flags) -c $< -o $@
@echo "CC <= $<"
#sgx_tsgxssl_u.o: $(UNTRUSTED_DIR)/sgx_tsgxssl_u.c
# $(VCC) $(Sgx_ussl_C_Flags) -c $< -o $@
# @echo "CC <= $<"

$(OBJDIR)/%.o : %.cpp
$(VCC) $(Sgx_ussl_Cpp_Flags) -c $< -o $@
Expand Down

0 comments on commit 1d3eb37

Please sign in to comment.