1
0
Fork 0
alistair23-linux/samples/watch_queue
Masahiro Yamada 214377e9b7 samples: watch_queue: build sample program for target architecture
This userspace program includes UAPI headers exported to usr/include/.
'make headers' always works for the target architecture (i.e. the same
architecture as the kernel), so the sample program should be built for
the target as well. Kbuild now supports 'userprogs' for that.

I also guarded the CONFIG option by 'depends on CC_CAN_LINK' because
$(CC) may not provide libc.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
2020-06-22 01:56:09 +09:00
..
.gitignore watch_queue: add gitignore for generated sample program 2020-06-13 13:00:54 -07:00
Makefile samples: watch_queue: build sample program for target architecture 2020-06-22 01:56:09 +09:00
watch_test.c pipe: Add notification lossage handling 2020-05-19 15:40:28 +01:00