File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1258,14 +1258,14 @@ archprepare: outputmakefile archheaders archscripts scripts include/config/kerne
12581258prepare0 : archprepare
12591259 $(Q )$(MAKE ) $(build ) =scripts/mod
12601260 $(Q )$(MAKE ) $(build ) =.
1261+
1262+ # All the preparing..
1263+ prepare : prepare0
12611264ifdef CONFIG_RUST
12621265 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/rust-is-available.sh -v
12631266 $(Q)$(MAKE) $(build)=rust
12641267endif
12651268
1266- # All the preparing..
1267- prepare : prepare0
1268-
12691269PHONY += remove-stale-files
12701270remove-stale-files :
12711271 $(Q )$(srctree ) /scripts/remove-stale-files
Original file line number Diff line number Diff line change 252252bindgen_c_flags_lto = $(bindgen_c_flags )
253253endif
254254
255- # To avoid several recompilations in PowerPC, which inserts `-D_TASK_CPU`
256- bindgen_c_flags_final = $(filter-out -D_TASK_CPU=% , $(bindgen_c_flags_lto ) )
255+ bindgen_c_flags_final = $(bindgen_c_flags_lto )
257256
258257quiet_cmd_bindgen = BINDGEN $@
259258 cmd_bindgen = \
You can’t perform that action at this time.
0 commit comments