xref: /openbmc/linux/samples/rust/Makefile (revision c3630df6)
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