Home
last modified time | relevance | path

Searched hist:"87 ffbba9a9a1a74da44917a207c7e57dac98f2f8" (Results 1 – 1 of 1) sorted by relevance

/linux/samples/auxdisplay/
H A DMakefilediff 87ffbba9a9a1a74da44917a207c7e57dac98f2f8 Wed Apr 29 05:45:25 CEST 2020 Masahiro Yamada <masahiroy@kernel.org> samples: auxdisplay: 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: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>