File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -338,16 +338,14 @@ $(objtree)/rust/kernel.o: $(srctree)/rust/kernel/lib.rs $(objtree)/rust/alloc.o
338338 $(objtree)/rust/bindings_helpers_generated.rs FORCE
339339 $(call if_changed_dep,rustc_library)
340340
341- # Targets that need to expand twice
342- .SECONDEXPANSION :
343341$(objtree ) /rust/core.o : private skip_clippy = 1
344342$(objtree ) /rust/core.o : private skip_flags = -Dunreachable_pub --edition=2021
345343$(objtree ) /rust/core.o : private rustc_target_flags = $(core-cfgs ) --edition=2018
346- $(objtree ) /rust/core.o : $$ (RUST_LIB_SRC ) /core/src/lib.rs FORCE
344+ $(objtree ) /rust/core.o : $(RUST_LIB_SRC ) /core/src/lib.rs FORCE
347345 $(call if_changed_dep,rustc_library)
348346
349347rustdoc-core : private rustc_target_flags = $(core-cfgs )
350- rustdoc-core : $$ (RUST_LIB_SRC ) /core/src/lib.rs FORCE
348+ rustdoc-core : $(RUST_LIB_SRC ) /core/src/lib.rs FORCE
351349 $(call if_changed,rustdoc)
352350
353351endif # CONFIG_RUST
You can’t perform that action at this time.
0 commit comments