]> Git Repo - linux.git/blob - samples/rust/Makefile
Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel...
[linux.git] / samples / rust / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2
3 obj-$(CONFIG_SAMPLE_RUST_MINIMAL)               += rust_minimal.o
4 obj-$(CONFIG_SAMPLE_RUST_PRINT)                 += rust_print.o
5
6 subdir-$(CONFIG_SAMPLE_RUST_HOSTPROGS)          += hostprogs
This page took 0.036791 seconds and 4 git commands to generate.