1e4fc6580SMiguel Ojeda# SPDX-License-Identifier: GPL-2.0 291d39024SAlice Ryhlccflags-y += -I$(src) # needed for trace events 3e4fc6580SMiguel Ojeda 4e4fc6580SMiguel Ojedaobj-$(CONFIG_SAMPLE_RUST_MINIMAL) += rust_minimal.o 5fdb1ac6cSLee Jonesobj-$(CONFIG_SAMPLE_RUST_MISC_DEVICE) += rust_misc_device.o 622193c58SMiguel Ojedaobj-$(CONFIG_SAMPLE_RUST_PRINT) += rust_print.o 7*685376d1SDanilo Krummrichobj-$(CONFIG_SAMPLE_RUST_DRIVER_PCI) += rust_driver_pci.o 822193c58SMiguel Ojeda 922193c58SMiguel Ojedarust_print-y := rust_print_main.o rust_print_events.o 10e4fc6580SMiguel Ojeda 11e4fc6580SMiguel Ojedasubdir-$(CONFIG_SAMPLE_RUST_HOSTPROGS) += hostprogs 12