mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 20:24:39 +02:00
Add build scripts for default SGX build and improve cleanup
This commit is contained in:
8
IDE/LINUX-SGX/build.sh
Executable file
8
IDE/LINUX-SGX/build.sh
Executable file
@@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
|
||||||
|
CFLAGS="-DDEBUG_WOLFSSL"
|
||||||
|
export CFLAGS=${CFLAGS}
|
||||||
|
|
||||||
|
make -f sgx_t_static.mk HAVE_WOLFSSL_BENCHMARK=1 HAVE_WOLFSSL_TEST=1
|
||||||
|
|
3
IDE/LINUX-SGX/clean.sh
Executable file
3
IDE/LINUX-SGX/clean.sh
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
make -f sgx_t_static.mk clean
|
@@ -142,4 +142,4 @@ libwolfssl.sgx.static.lib.a: $(Wolfssl_C_Objects)
|
|||||||
@echo "LINK => $@"
|
@echo "LINK => $@"
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@rm -f wolfcrypt.* static_trusted/wolfssl_t.* libwolfssl.sgx.static.lib.a $(Wolfssl_C_Objects)
|
@rm -f ../../wolfcrypt/benchmark/*.o ../../wolfcrypt/test/*.o static_trusted/wolfssl_t.* libwolfssl.sgx.static.lib.a $(Wolfssl_C_Objects)
|
||||||
|
Reference in New Issue
Block a user