brintos

brintos / linux-shallow public Read only

0
0
Text · 193 B · 03086da Raw
7 lines · plain
1# SPDX-License-Identifier: GPL-2.02 3obj-$(CONFIG_SAMPLE_RUST_MINIMAL)		+= rust_minimal.o4obj-$(CONFIG_SAMPLE_RUST_PRINT)			+= rust_print.o5 6subdir-$(CONFIG_SAMPLE_RUST_HOSTPROGS)		+= hostprogs7