Home
last modified time | relevance | path

Searched refs:TARGET (Results 1 – 25 of 33) sorted by relevance

12

/optee_rust/examples/supp_plugin-rs/plugin/
A DMakefile27 TARGET := arm-unknown-linux-gnueabihf macro
31 TARGET := aarch64-unknown-linux-gnu macro
34 OUT_DIR := $(CURDIR)/target/$(TARGET)/release
40 @cargo build --target $(TARGET) --release
41 …cp $(CURDIR)/target/$(TARGET)/release/lib$(NAME).so $(CURDIR)/target/$(TARGET)/release/$(PLUGIN_UU…
/optee_rust/examples/time-rs/host/
A DMakefile26 TARGET := arm-unknown-linux-gnueabihf macro
30 TARGET := aarch64-unknown-linux-gnu macro
33 OUT_DIR := $(CURDIR)/target/$(TARGET)/release
39 @cargo build --target $(TARGET) --release
/optee_rust/examples/hello_world-rs/host/
A DMakefile26 TARGET := arm-unknown-linux-gnueabihf macro
30 TARGET := aarch64-unknown-linux-gnu macro
33 OUT_DIR := $(CURDIR)/target/$(TARGET)/release
39 @cargo build --target $(TARGET) --release
/optee_rust/examples/secure_storage-rs/host/
A DMakefile26 TARGET := arm-unknown-linux-gnueabihf macro
30 TARGET := aarch64-unknown-linux-gnu macro
33 OUT_DIR := $(CURDIR)/target/$(TARGET)/release
39 @cargo build --target $(TARGET) --release
/optee_rust/examples/hotp-rs/host/
A DMakefile26 TARGET := arm-unknown-linux-gnueabihf macro
30 TARGET := aarch64-unknown-linux-gnu macro
33 OUT_DIR := $(CURDIR)/target/$(TARGET)/release
39 @cargo build --target $(TARGET) --release
/optee_rust/examples/supp_plugin-rs/host/
A DMakefile26 TARGET := arm-unknown-linux-gnueabihf macro
30 TARGET := aarch64-unknown-linux-gnu macro
33 OUT_DIR := $(CURDIR)/target/$(TARGET)/release
39 @cargo build --target $(TARGET) --release
/optee_rust/examples/big_int-rs/host/
A DMakefile26 TARGET := arm-unknown-linux-gnueabihf macro
30 TARGET := aarch64-unknown-linux-gnu macro
33 OUT_DIR := $(CURDIR)/target/$(TARGET)/release
39 @cargo build --target $(TARGET) --release
/optee_rust/examples/diffie_hellman-rs/host/
A DMakefile26 TARGET := arm-unknown-linux-gnueabihf macro
30 TARGET := aarch64-unknown-linux-gnu macro
33 OUT_DIR := $(CURDIR)/target/$(TARGET)/release
39 @cargo build --target $(TARGET) --release
/optee_rust/examples/aes-rs/host/
A DMakefile26 TARGET := arm-unknown-linux-gnueabihf macro
30 TARGET := aarch64-unknown-linux-gnu macro
33 OUT_DIR := $(CURDIR)/target/$(TARGET)/release
39 @cargo build --target $(TARGET) --release
/optee_rust/examples/udp_socket-rs/host/
A DMakefile26 TARGET := arm-unknown-linux-gnueabihf macro
30 TARGET := aarch64-unknown-linux-gnu macro
33 OUT_DIR := $(CURDIR)/target/$(TARGET)/release
39 @cargo build --target $(TARGET) --release
/optee_rust/examples/tcp_client-rs/host/
A DMakefile26 TARGET := arm-unknown-linux-gnueabihf macro
30 TARGET := aarch64-unknown-linux-gnu macro
33 OUT_DIR := $(CURDIR)/target/$(TARGET)/release
39 @cargo build --target $(TARGET) --release
/optee_rust/examples/digest-rs/host/
A DMakefile26 TARGET := arm-unknown-linux-gnueabihf macro
30 TARGET := aarch64-unknown-linux-gnu macro
33 OUT_DIR := $(CURDIR)/target/$(TARGET)/release
39 @cargo build --target $(TARGET) --release
/optee_rust/examples/serde-rs/host/
A DMakefile26 TARGET := arm-unknown-linux-gnueabihf macro
30 TARGET := aarch64-unknown-linux-gnu macro
33 OUT_DIR := $(CURDIR)/target/$(TARGET)/release
39 @cargo build --target $(TARGET) --release
/optee_rust/examples/random-rs/host/
A DMakefile26 TARGET := arm-unknown-linux-gnueabihf macro
30 TARGET := aarch64-unknown-linux-gnu macro
33 OUT_DIR := $(CURDIR)/target/$(TARGET)/release
39 @cargo build --target $(TARGET) --release
/optee_rust/examples/message_passing_interface-rs/host/
A DMakefile26 TARGET := arm-unknown-linux-gnueabihf macro
30 TARGET := aarch64-unknown-linux-gnu macro
33 OUT_DIR := $(CURDIR)/target/$(TARGET)/release
39 @cargo build --target $(TARGET) --release
/optee_rust/examples/authentication-rs/host/
A DMakefile26 TARGET := arm-unknown-linux-gnueabihf macro
30 TARGET := aarch64-unknown-linux-gnu macro
33 OUT_DIR := $(CURDIR)/target/$(TARGET)/release
39 @cargo build --target $(TARGET) --release
/optee_rust/examples/acipher-rs/host/
A DMakefile26 TARGET := arm-unknown-linux-gnueabihf macro
30 TARGET := aarch64-unknown-linux-gnu macro
33 OUT_DIR := $(CURDIR)/target/$(TARGET)/release
39 @cargo build --target $(TARGET) --release
/optee_rust/examples/supp_plugin-rs/ta/
A DMakefile29 TARGET := arm-unknown-optee-trustzone macro
35 TARGET := aarch64-unknown-optee-trustzone macro
38 OUT_DIR := $(CURDIR)/target/$(TARGET)/release
43 @xargo build --target $(TARGET) --release --verbose
/optee_rust/examples/time-rs/ta/
A DMakefile29 TARGET := arm-unknown-optee-trustzone macro
35 TARGET := aarch64-unknown-optee-trustzone macro
38 OUT_DIR := $(CURDIR)/target/$(TARGET)/release
43 @xargo build --target $(TARGET) --release --verbose
/optee_rust/examples/hello_world-rs/ta/
A DMakefile29 TARGET := arm-unknown-optee-trustzone macro
35 TARGET := aarch64-unknown-optee-trustzone macro
38 OUT_DIR := $(CURDIR)/target/$(TARGET)/release
43 @xargo build --target $(TARGET) --release --verbose
/optee_rust/examples/secure_storage-rs/ta/
A DMakefile29 TARGET := arm-unknown-optee-trustzone macro
35 TARGET := aarch64-unknown-optee-trustzone macro
38 OUT_DIR := $(CURDIR)/target/$(TARGET)/release
43 @xargo build --target $(TARGET) --release --verbose
/optee_rust/examples/random-rs/ta/
A DMakefile29 TARGET := arm-unknown-optee-trustzone macro
35 TARGET := aarch64-unknown-optee-trustzone macro
38 OUT_DIR := $(CURDIR)/target/$(TARGET)/release
43 @xargo build --target $(TARGET) --release --verbose
/optee_rust/examples/hotp-rs/ta/
A DMakefile29 TARGET := arm-unknown-optee-trustzone macro
35 TARGET := aarch64-unknown-optee-trustzone macro
38 OUT_DIR := $(CURDIR)/target/$(TARGET)/release
43 @xargo build --target $(TARGET) --release --verbose
/optee_rust/examples/aes-rs/ta/
A DMakefile29 TARGET := arm-unknown-optee-trustzone macro
35 TARGET := aarch64-unknown-optee-trustzone macro
38 OUT_DIR := $(CURDIR)/target/$(TARGET)/release
43 @xargo build --target $(TARGET) --release --verbose
/optee_rust/examples/authentication-rs/ta/
A DMakefile29 TARGET := arm-unknown-optee-trustzone macro
35 TARGET := aarch64-unknown-optee-trustzone macro
38 OUT_DIR := $(CURDIR)/target/$(TARGET)/release
43 @xargo build --target $(TARGET) --release --verbose

Completed in 13 milliseconds

12