]> git.baikalelectronics.ru Git - kernel.git/commit
samples: watch_queue: build sample program for target architecture
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 17 Jun 2020 02:08:38 +0000 (11:08 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 21 Jun 2020 16:56:09 +0000 (01:56 +0900)
commit773505553c1d119f2f7c55aa358d557c02eb3858
tree569ef74989332cbb2decad0b4673d69088e7bae7
parent9c6a1670fa51c70411ded1aab0861ec7acc9062e
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>
samples/Kconfig
samples/watch_queue/Makefile