Commit 58d7e13
authored
[build]: Add an artificial dependency between two modules for centec-arm64 (#19914)
For centec-arm64, both platform-modules-fs and platform-modules-e530 try
to compile the same directory of kernel sources. If both compilations
are running at the same time, then this is going to lead to errors.
Fix this by introducing an artificial dependency between the two so that
the compilations are forced to be serialized.
Signed-off-by: Saikrishna Arcot <[email protected]>1 parent 7bdf8d4 commit 58d7e13
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
0 commit comments