diff options
author | Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com> | 2022-07-20 14:51:15 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-07-20 21:43:52 +0100 |
commit | f4d92d9757e6b0adf24d227e414dac867555c9e2 (patch) | |
tree | 96873a1be4c9aca41f589bb9a7e23df827f3134a /fs/debugfs | |
parent | b87ee706b83eea9020772706aa47a9bf497f0366 (diff) |
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 'fs/debugfs')
0 files changed, 0 insertions, 0 deletions