diff options
author | Benjamin Gray <[email protected]> | 2023-02-28 11:07:08 +1100 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2023-03-30 23:35:43 +1100 |
commit | 4ecd0868c5138238dec8a1549bb6ff8e5b48208b (patch) | |
tree | dde8a4ba964b5ea95864e9e549c5aea6a269471d /arch/powerpc/sysdev/tsi108_pci.c | |
parent | 69608683a65be5322ef44091eaeb9890472b2eea (diff) |
selftests/powerpc: Pass make context to children
Make supports passing the 'jobserver' (parallel make support) to child
invocations of make when either
1. The target command uses $(MAKE) directly
2. The command starts with '+'
This context is not passed through expansions that result in $(MAKE), so
the macros used in several places fail to pass on the jobserver context.
Warnings are also raised by the child mentioning this.
Prepend macros lines that invoke $(MAKE) with '+' to allow passing the
jobserver context to these children.
Signed-off-by: Benjamin Gray <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://msgid.link/[email protected]
Diffstat (limited to 'arch/powerpc/sysdev/tsi108_pci.c')
0 files changed, 0 insertions, 0 deletions