File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
examples/supp_plugin-rs/plugin Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ OPTEE_CLIENT_FLAGS ?= CROSS_COMPILE="$(CCACHE) $(AARCH_CROSS_COMPILE)" \
56
56
optee-client :
57
57
make -C $(OPTEE_CLIENT_PATH ) $(OPTEE_CLIENT_FLAGS )
58
58
59
- examples : toolchains optee-os optee-client $(EXAMPLES )
59
+ examples : $(EXAMPLES )
60
60
$(EXAMPLES ) :
61
61
make -C $@
62
62
Original file line number Diff line number Diff line change @@ -38,9 +38,10 @@ all: host
38
38
39
39
host :
40
40
@cargo build --target $(TARGET ) --release
41
+ cp $(CURDIR ) /target/$(TARGET ) /release/lib$(NAME ) .so $(CURDIR ) /target/$(TARGET ) /release/$(PLUGIN_UUID ) .plugin.so
41
42
42
43
fmt :
43
44
@cargo fmt
44
- cp $( CURDIR ) /target/ $( TARGET ) /release/lib $( NAME ) .so $( CURDIR ) /target/ $( TARGET ) /release/ $( PLUGIN_UUID ) .plugin.so
45
+
45
46
clean :
46
47
@cargo clean
You can’t perform that action at this time.
0 commit comments