Re: [PATCH for-next] selftests/alsa: Fix circular dependency involving global-timer

2024-12-20 Thread Takashi Iwai
On Wed, 18 Dec 2024 03:59:31 +0100, Li Zhijian wrote: > > 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. >

[PATCH for-next] selftests/alsa: Fix circular dependency involving global-timer

2024-12-17 Thread Li Zhijian
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