mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
9e66fb5244
This patch adds an example showing how to use PFSM devices from a userspace application. The PMIC is armed to be triggered by a RTC alarm to execute state transition. Signed-off-by: Julien Panis <jpanis@baylibre.com> Message-ID: <20230511095126.105104-7-jpanis@baylibre.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4 lines
100 B
Makefile
4 lines
100 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
userprogs-always-y += pfsm-wakeup
|
|
|
|
userccflags += -I usr/include
|