Searched hist:"87 ecdf4fc9fd98f2a4156716d75c342b5bd35c74" (Results 1 – 4 of 4) sorted by relevance
/linux/samples/uhid/ |
H A D | .gitignore | 87ecdf4fc9fd98f2a4156716d75c342b5bd35c74 Wed Apr 29 05:45:19 CEST 2020 Masahiro Yamada <masahiroy@kernel.org> 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>
|
H A D | Makefile | diff 87ecdf4fc9fd98f2a4156716d75c342b5bd35c74 Wed Apr 29 05:45:19 CEST 2020 Masahiro Yamada <masahiroy@kernel.org> 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>
|
/linux/samples/ |
H A D | Makefile | diff 87ecdf4fc9fd98f2a4156716d75c342b5bd35c74 Wed Apr 29 05:45:19 CEST 2020 Masahiro Yamada <masahiroy@kernel.org> 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>
|
H A D | Kconfig | diff 87ecdf4fc9fd98f2a4156716d75c342b5bd35c74 Wed Apr 29 05:45:19 CEST 2020 Masahiro Yamada <masahiroy@kernel.org> 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>
|