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