Home
last modified time | relevance | path

Searched hist:b98ccc7150c7bfce60671ad1928d5f1220446b39 (Results 1 – 1 of 1) sorted by relevance

/linux/samples/timers/
H A DMakefilediff b98ccc7150c7bfce60671ad1928d5f1220446b39 Wed Apr 29 05:45:26 CEST 2020 Masahiro Yamada <masahiroy@kernel.org> samples: timers: 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>