diff options
Diffstat (limited to '')
-rw-r--r-- | samples/rust/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/samples/rust/Makefile b/samples/rust/Makefile new file mode 100644 index 0000000000..03086dabbe --- /dev/null +++ b/samples/rust/Makefile @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0 + +obj-$(CONFIG_SAMPLE_RUST_MINIMAL) += rust_minimal.o +obj-$(CONFIG_SAMPLE_RUST_PRINT) += rust_print.o + +subdir-$(CONFIG_SAMPLE_RUST_HOSTPROGS) += hostprogs |