mirror of
https://github.com/torvalds/linux
synced 2024-11-02 18:48:59 +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
|