diff options
author | Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com> | 2022-07-20 15:51:15 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-07-20 23:43:52 +0300 |
commit | f4d92d9757e6b0adf24d227e414dac867555c9e2 (patch) | |
tree | 96873a1be4c9aca41f589bb9a7e23df827f3134a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | b87ee706b83eea9020772706aa47a9bf497f0366 (diff) | |
download | linux-f4d92d9757e6b0adf24d227e414dac867555c9e2.tar.xz |
ASoC: Makefile: Fix simultaneous build of KUNIT tests
Using obj-$() := instead of obj-$() += leads to the latter assignment
overwriting earlier value. Fix this by using incremental assignment to
add additional objects to build.
Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Reviewed-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://lore.kernel.org/r/20220720125115.1785426-1-amadeuszx.slawinski@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions