diff options
| author | Li Zhijian <[email protected]> | 2024-12-18 02:59:31 +0000 |
|---|---|---|
| committer | Takashi Iwai <[email protected]> | 2024-12-20 09:00:41 +0000 |
| commit | 55853cb829dc707427c3519f6b8686682a204368 (patch) | |
| tree | 435f17d4d1d575f8587e6d482dc3e283ce866df2 /net/unix/af_unix.c | |
| parent | ALSA: memalloc: prefer dma_mapping_error() over explicit address checking (diff) | |
| download | kernel-55853cb829dc707427c3519f6b8686682a204368.tar.gz kernel-55853cb829dc707427c3519f6b8686682a204368.zip | |
selftests/alsa: Fix circular dependency involving global-timer
The pattern rule `$(OUTPUT)/%: %.c` inadvertently included a circular
dependency on the global-timer target due to its inclusion in
$(TEST_GEN_PROGS_EXTENDED). This resulted in a circular dependency
warning during the build process.
To resolve this, the dependency on $(TEST_GEN_PROGS_EXTENDED) has been
replaced with an explicit dependency on $(OUTPUT)/libatest.so. This change
ensures that libatest.so is built before any other targets that require it,
without creating a circular dependency.
This fix addresses the following warning:
make[4]: Entering directory 'tools/testing/selftests/alsa'
make[4]: Circular default_modconfig/kselftest/alsa/global-timer <- default_modconfig/kselftest/alsa/global-timer dependency dropped.
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory 'tools/testing/selftests/alsa'
Cc: Mark Brown <[email protected]>
Cc: Jaroslav Kysela <[email protected]>
Cc: Takashi Iwai <[email protected]>
Cc: Shuah Khan <[email protected]>
Signed-off-by: Li Zhijian <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
