File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: GPL-2.0
2
2
3
- obj-$(CONFIG_RUST) += helpers.o exports.o
4
- obj-$(CONFIG_RUST) += core.o compiler_builtins.o alloc.o kernel.o
5
- extra-$(CONFIG_RUST) += bindings_generated.rs libmodule.so
6
- extra-$(CONFIG_RUST) += exports_core_generated.h exports_alloc_generated.h
7
- extra-$(CONFIG_RUST) += exports_kernel_generated.h
3
+ obj-$(CONFIG_RUST) += core.o compiler_builtins.o helpers.o
4
+ extra-$(CONFIG_RUST) += exports_core_generated.h
5
+
6
+ extra-$(CONFIG_RUST) += libmodule.so
7
+
8
+ extra-$(CONFIG_RUST) += bindings_generated.rs
9
+ obj-$(CONFIG_RUST) += alloc.o kernel.o
10
+ extra-$(CONFIG_RUST) += exports_alloc_generated.h exports_kernel_generated.h
11
+
12
+ obj-$(CONFIG_RUST) += exports.o
8
13
9
14
RUSTDOC = rustdoc
10
15
You can’t perform that action at this time.
0 commit comments