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.
rust_print
1 parent 169484a commit 22193c5Copy full SHA for 22193c5
samples/rust/Makefile
@@ -2,6 +2,8 @@
2
ccflags-y += -I$(src) # needed for trace events
3
4
obj-$(CONFIG_SAMPLE_RUST_MINIMAL) += rust_minimal.o
5
-obj-$(CONFIG_SAMPLE_RUST_PRINT) += rust_print.o rust_print_events.o
+obj-$(CONFIG_SAMPLE_RUST_PRINT) += rust_print.o
6
+
7
+rust_print-y := rust_print_main.o rust_print_events.o
8
9
subdir-$(CONFIG_SAMPLE_RUST_HOSTPROGS) += hostprogs
samples/rust/rust_print.rs renamed to samples/rust/rust_print_main.rs
0 commit comments