We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 776af46 + 5972f3e commit ffdacf7Copy full SHA for ffdacf7
rust/Makefile
@@ -9,7 +9,9 @@ extra-$(CONFIG_RUST) += bindings_generated.rs
9
obj-$(CONFIG_RUST) += alloc.o kernel.o
10
extra-$(CONFIG_RUST) += exports_alloc_generated.h exports_kernel_generated.h
11
12
-ifndef CONFIG_RUST_BUILD_ASSERT_DENY
+ifdef CONFIG_RUST_BUILD_ASSERT_DENY
13
+extra-$(CONFIG_RUST) += build_error.o
14
+else
15
obj-$(CONFIG_RUST) += build_error.o
16
endif
17
0 commit comments