summaryrefslogtreecommitdiff
path: root/rust-hello-world/app/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'rust-hello-world/app/rules.mk')
-rw-r--r--rust-hello-world/app/rules.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/rust-hello-world/app/rules.mk b/rust-hello-world/app/rules.mk
index 566377f..0c5ab51 100644
--- a/rust-hello-world/app/rules.mk
+++ b/rust-hello-world/app/rules.mk
@@ -25,8 +25,8 @@ MODULE_SRCS += \
MODULE_CRATE_NAME := hello_world_in_rust_app
MODULE_LIBRARY_DEPS += \
- $(call FIND_CRATE,libc) \
- $(call FIND_CRATE,log) \
+ trusty/user/base/lib/libc-rust \
+ trusty/user/base/lib/log-rust \
trusty/user/base/lib/tipc/rust \
trusty/user/base/lib/trusty-log \
trusty/user/app/sample/rust-hello-world \