Searched hist:"88 a8e278ff0b6b461bf39d4ace17384e976a3f3f" (Results 1 – 1 of 1) sorted by relevance
/linux/samples/watchdog/ |
H A D | Makefile | diff 88a8e278ff0b6b461bf39d4ace17384e976a3f3f Wed Apr 29 05:45:27 CEST 2020 Masahiro Yamada <masahiroy@kernel.org> samples: watchdog: use 'userprogs' syntax
Kbuild now supports the 'userprogs' syntax to compile userspace programs for the same architecture as the kernel.
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>
|