On Thu, Jun 19, 2025 at 5:21 AM Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx> wrote:
On 6/9/25 20:05, Chen Linxuan wrote:
When writing a test for fusectl, I referred to this Makefile as a
reference for creating a FUSE daemon in the selftests.
While doing so, I noticed that there is a minor issue in the Makefile.
What happens if this change isn't made?
Nothing will happen.
When I was writing tests for the fusectl filesystem in the kernel repository,
I came across this file as a reference.
Then I found that the process of passing CFLAGS was not correct.
So, for the reason of not wanting others to be misled again,
I want to update the compilation process here.