Re: [PATCH v2] selftests: sync: missing CFLAGS while compiling

2018-02-13 Thread Shuah Khan
On 02/06/2018 03:23 PM, Daniel Díaz wrote: > From: Anders Roxell > > Based on patch: https://patchwork.kernel.org/patch/10042045/ > > arch64-linux-gnu-gcc -c sync.c -o sync/sync.o > sync.c:42:29: fatal error: linux/sync_file.h: No such file or directory > #include >

Re: [PATCH v2] selftests: sync: missing CFLAGS while compiling

2018-02-13 Thread Shuah Khan
On 02/06/2018 03:23 PM, Daniel Díaz wrote: > From: Anders Roxell > > Based on patch: https://patchwork.kernel.org/patch/10042045/ > > arch64-linux-gnu-gcc -c sync.c -o sync/sync.o > sync.c:42:29: fatal error: linux/sync_file.h: No such file or directory > #include >

[PATCH v2] selftests: sync: missing CFLAGS while compiling

2018-02-06 Thread Daniel Díaz
From: Anders Roxell Based on patch: https://patchwork.kernel.org/patch/10042045/ arch64-linux-gnu-gcc -c sync.c -o sync/sync.o sync.c:42:29: fatal error: linux/sync_file.h: No such file or directory #include ^ CFLAGS is not used during

[PATCH v2] selftests: sync: missing CFLAGS while compiling

2018-02-06 Thread Daniel Díaz
From: Anders Roxell Based on patch: https://patchwork.kernel.org/patch/10042045/ arch64-linux-gnu-gcc -c sync.c -o sync/sync.o sync.c:42:29: fatal error: linux/sync_file.h: No such file or directory #include ^ CFLAGS is not used during the compile step, so the