xref: /linux-6.15/samples/rust/Makefile (revision 9901adda)
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*9901addaSAbdiel Janulgueobj-$(CONFIG_SAMPLE_RUST_DMA)			+= rust_dma.o
8685376d1SDanilo Krummrichobj-$(CONFIG_SAMPLE_RUST_DRIVER_PCI)		+= rust_driver_pci.o
9b2e8a832SDanilo Krummrichobj-$(CONFIG_SAMPLE_RUST_DRIVER_PLATFORM)	+= rust_driver_platform.o
1078418f30SLyude Paulobj-$(CONFIG_SAMPLE_RUST_DRIVER_FAUX)		+= rust_driver_faux.o
1122193c58SMiguel Ojeda
1222193c58SMiguel Ojedarust_print-y := rust_print_main.o rust_print_events.o
13e4fc6580SMiguel Ojeda
14e4fc6580SMiguel Ojedasubdir-$(CONFIG_SAMPLE_RUST_HOSTPROGS)		+= hostprogs
15