diff options
Diffstat (limited to 'samples/rust/hostprogs/Makefile')
-rw-r--r-- | samples/rust/hostprogs/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/samples/rust/hostprogs/Makefile b/samples/rust/hostprogs/Makefile new file mode 100644 index 000000000000..8ddcbd7416db --- /dev/null +++ b/samples/rust/hostprogs/Makefile @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0 + +hostprogs-always-y := single + +single-rust := y |