aboutsummaryrefslogtreecommitdiff
path: root/patches/rules.mk.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/rules.mk.diff')
-rw-r--r--patches/rules.mk.diff18
1 files changed, 13 insertions, 5 deletions
diff --git a/patches/rules.mk.diff b/patches/rules.mk.diff
index 34a66ce..019e2d9 100644
--- a/patches/rules.mk.diff
+++ b/patches/rules.mk.diff
@@ -1,13 +1,21 @@
diff --git a/rules.mk b/rules.mk
-index 5e5b3d4..5aeddb1 100644
+index 442c6fc..6c64bf9 100644
--- a/rules.mk
+++ b/rules.mk
-@@ -15,4 +15,8 @@ MODULE_RUSTFLAGS += \
+@@ -13,9 +13,16 @@ MODULE_RUSTFLAGS += \
+ --cfg 'feature="default"' \
+ --cfg 'feature="derive"' \
--cfg 'feature="serde_derive"' \
++
++ifeq ($(call TOBOOL,$(TRUSTY_USERSPACE)),true)
++
++MODULE_RUSTFLAGS += \
--cfg 'feature="std"' \
-+MODULE_LIBRARY_DEPS := \
-+ trusty/user/base/lib/liballoc-rust \
-+ external/rust/crates/serde_derive \
++endif
+
+ MODULE_LIBRARY_DEPS := \
++ trusty/user/base/lib/liballoc-rust \
+ external/rust/crates/serde_derive \
+
include make/library.mk