xref: /openbmc/linux/samples/rust/Makefile (revision 7ae9fb1b7ecbb5d85d07857943f677fd1a559b18)
1e4fc6580SMiguel Ojeda# SPDX-License-Identifier: GPL-2.0
2e4fc6580SMiguel Ojeda
3e4fc6580SMiguel Ojedaobj-$(CONFIG_SAMPLE_RUST_MINIMAL)		+= rust_minimal.o
4*c3630df6SMiguel Ojedaobj-$(CONFIG_SAMPLE_RUST_PRINT)			+= rust_print.o
5e4fc6580SMiguel Ojeda
6e4fc6580SMiguel Ojedasubdir-$(CONFIG_SAMPLE_RUST_HOSTPROGS)		+= hostprogs
7