File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -1258,14 +1258,14 @@ archprepare: outputmakefile archheaders archscripts scripts include/config/kerne
1258
1258
prepare0 : archprepare
1259
1259
$(Q )$(MAKE ) $(build ) =scripts/mod
1260
1260
$(Q )$(MAKE ) $(build ) =.
1261
+
1262
+ # All the preparing..
1263
+ prepare : prepare0
1261
1264
ifdef CONFIG_RUST
1262
1265
$(Q)$(CONFIG_SHELL) $(srctree)/scripts/rust-is-available.sh -v
1263
1266
$(Q)$(MAKE) $(build)=rust
1264
1267
endif
1265
1268
1266
- # All the preparing..
1267
- prepare : prepare0
1268
-
1269
1269
PHONY += remove-stale-files
1270
1270
remove-stale-files :
1271
1271
$(Q )$(srctree ) /scripts/remove-stale-files
Original file line number Diff line number Diff line change 252
252
bindgen_c_flags_lto = $(bindgen_c_flags )
253
253
endif
254
254
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 )
257
256
258
257
quiet_cmd_bindgen = BINDGEN $@
259
258
cmd_bindgen = \
You can’t perform that action at this time.
0 commit comments