aboutsummaryrefslogtreecommitdiffstats
path: root/samples/uhid/.gitignore (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-05-17samples: uhid: build sample program for target architectureMasahiro Yamada1-0/+2
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>