diff options
author | FUJITA Tomonori <fujita.tomonori@gmail.com> | 2024-05-01 21:35:48 +0900 |
---|---|---|
committer | Miguel Ojeda <ojeda@kernel.org> | 2024-07-08 22:20:09 +0200 |
commit | 549d3c2ffbea44fe123a67983fd8b15ab6989d8d (patch) | |
tree | 992bb03a6ebd2e9b19a62c8a1680ea96c2303cf2 /usr | |
parent | 63249a070eb5187d5caec995d171b53e374a0741 (diff) |
rust: add 'firmware' field support to module! macro
This adds 'firmware' field support to module! macro, corresponds to
MODULE_FIRMWARE macro. You can specify the file names of binary
firmware that the kernel module requires. The information is embedded
in the modinfo section of the kernel module. For example, a tool to
build an initramfs uses this information to put the firmware files
into the initramfs image.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
Reviewed-by: Benno Lossin <benno.lossin@proton.me>
Link: https://lore.kernel.org/r/20240501123548.51769-1-fujita.tomonori@gmail.com
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions