| /optee_rust/ |
| A D | Makefile | 27 EXAMPLES_CLEAN = $(EXAMPLES:%=%-clean) 69 optee-os-clean: 70 make -C $(OPTEE_OS_PATH) O=out/arm clean 72 optee-client-clean: 73 make -C $(OPTEE_CLIENT_PATH) $(OPTEE_CLIENT_CLEAN_FLAGS) clean 75 examples-clean: $(EXAMPLES_CLEAN) out-clean 77 make -C $(@:-clean=) clean 79 out-clean: 82 .PHONY: clean optee-os-clean optee-client-clean $(EXAMPLES) $(EXAMPLES_CLEAN) 84 clean: optee-os-clean optee-client-clean $(EXAMPLES_CLEAN) target
|
| /optee_rust/examples/supp_plugin-rs/ |
| A D | Makefile | 23 clean: target 24 @make -s -C host clean 25 @make -s -C ta clean 26 @make -s -C plugin clean
|
| /optee_rust/examples/secure_storage-rs/ |
| A D | Makefile | 22 clean: target 23 @make -s -C host clean 24 @make -s -C ta clean
|
| /optee_rust/examples/hotp-rs/ |
| A D | Makefile | 22 clean: target 23 @make -s -C host clean 24 @make -s -C ta clean
|
| /optee_rust/examples/message_passing_interface-rs/ |
| A D | Makefile | 22 clean: target 23 @make -s -C host clean 24 @make -s -C ta clean
|
| /optee_rust/examples/authentication-rs/ |
| A D | Makefile | 22 clean: target 23 @make -s -C host clean 24 @make -s -C ta clean
|
| /optee_rust/examples/diffie_hellman-rs/ |
| A D | Makefile | 22 clean: target 23 @make -s -C host clean 24 @make -s -C ta clean
|
| /optee_rust/examples/acipher-rs/ |
| A D | Makefile | 22 clean: target 23 @make -s -C host clean 24 @make -s -C ta clean
|
| /optee_rust/examples/aes-rs/ |
| A D | Makefile | 22 clean: target 23 @make -s -C host clean 24 @make -s -C ta clean
|
| /optee_rust/examples/udp_socket-rs/ |
| A D | Makefile | 22 clean: target 23 @make -s -C host clean 24 @make -s -C ta clean
|
| /optee_rust/examples/tcp_client-rs/ |
| A D | Makefile | 22 clean: target 23 @make -s -C host clean 24 @make -s -C ta clean
|
| /optee_rust/examples/digest-rs/ |
| A D | Makefile | 22 clean: target 23 @make -s -C host clean 24 @make -s -C ta clean
|
| /optee_rust/examples/time-rs/ |
| A D | Makefile | 22 clean: target 23 @make -s -C host clean 24 @make -s -C ta clean
|
| /optee_rust/examples/hello_world-rs/ |
| A D | Makefile | 22 clean: target 23 @make -s -C host clean 24 @make -s -C ta clean
|
| /optee_rust/examples/serde-rs/ |
| A D | Makefile | 22 clean: target 23 @make -s -C host clean 24 @make -s -C ta clean
|
| /optee_rust/examples/random-rs/ |
| A D | Makefile | 22 clean: target 23 @make -s -C host clean 24 @make -s -C ta clean
|
| /optee_rust/examples/big_int-rs/ |
| A D | Makefile | 22 clean: target 23 @make -s -C host clean 24 @make -s -C ta clean
|
| /optee_rust/examples/time-rs/host/ |
| A D | Makefile | 44 clean: target 45 @cargo clean
|
| /optee_rust/examples/hello_world-rs/host/ |
| A D | Makefile | 44 clean: target 45 @cargo clean
|
| /optee_rust/examples/secure_storage-rs/host/ |
| A D | Makefile | 44 clean: target 45 @cargo clean
|
| /optee_rust/examples/hotp-rs/host/ |
| A D | Makefile | 44 clean: target 45 @cargo clean
|
| /optee_rust/examples/supp_plugin-rs/host/ |
| A D | Makefile | 44 clean: target 45 @cargo clean
|
| /optee_rust/examples/big_int-rs/host/ |
| A D | Makefile | 44 clean: target 45 @cargo clean
|
| /optee_rust/examples/diffie_hellman-rs/host/ |
| A D | Makefile | 44 clean: target 45 @cargo clean
|
| /optee_rust/examples/aes-rs/host/ |
| A D | Makefile | 44 clean: target 45 @cargo clean
|