Hello:
This patch was applied to netdev/net-next.git (main) by David S. Miller davem@davemloft.net:
On Tue, 19 Dec 2023 02:03:05 +0000 you wrote:
Trivial fix for out-of-tree build that I wasn't testing previously:
- Create a directory for library object files, fixes:
gcc lib/kconfig.c -Wall -O2 -g -D_GNU_SOURCE -fno-strict-aliasing -I ../../../../../usr/include/ -iquote /tmp/kselftest/kselftest/net/tcp_ao/lib -I ../../../../include/ -o /tmp/kselftest/kselftest/net/tcp_ao/lib/kconfig.o -c Assembler messages: Fatal error: can't create /tmp/kselftest/kselftest/net/tcp_ao/lib/kconfig.o: No such file or directory make[1]: *** [Makefile:46: /tmp/kselftest/kselftest/net/tcp_ao/lib/kconfig.o] Error 1
[...]
Here is the summary with links: - [net-next] selftest/tcp-ao: Rectify out-of-tree build https://git.kernel.org/netdev/net-next/c/826eb9bcc184
You are awesome, thank you!