1# SPDX-License-Identifier: GPL-2.0 2 3obj-$(CONFIG_SAMPLE_RUST_MINIMAL) += rust_minimal.o 4 5subdir-$(CONFIG_SAMPLE_RUST_HOSTPROGS) += hostprogs 6