1
0
Fork 0
alistair23-linux/samples/uhid
Masahiro Yamada 87ecdf4fc9 samples: uhid: 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.

Add the entry to samples/Makefile to put this into the build bot
coverage.

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

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
2020-05-17 18:52:01 +09:00
..
.gitignore samples: uhid: build sample program for target architecture 2020-05-17 18:52:01 +09:00
Makefile samples: uhid: build sample program for target architecture 2020-05-17 18:52:01 +09:00
uhid-example.c samples: uhid: fix warnings in uhid-example 2020-05-17 18:52:01 +09:00