Commit ea7c9a3
committed
linux-qcom-next: fix missing space when appending prune.config
Add a leading space when appending prune.config to KBUILD_CONFIG_EXTRA.
Without this, configs may concatenate incorrectly, causing build issues.
This addresses a regression introduced by commit d1e9628.
Signed-off-by: Viswanath Kraleti <[email protected]>1 parent 026ef6f commit ea7c9a3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments