makefile: pm: add missing power management example to the makefile
Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
This commit is contained in:
parent
fa3f38f698
commit
79aa8410c2
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# Copyright (c) 2017 Digi International Inc.
|
||||
# Copyright (c) 2017-2023 Digi International Inc.
|
||||
#
|
||||
# Permission to use, copy, modify, and/or distribute this software for any
|
||||
# purpose with or without fee is hereby granted, provided that the above
|
||||
|
|
@ -19,6 +19,7 @@ SUBDIRS := \
|
|||
apix-can-examples \
|
||||
apix-gpio-example \
|
||||
apix-i2c-example \
|
||||
apix-pm-examples \
|
||||
apix-pwm-example \
|
||||
apix-spi-example \
|
||||
apix-watchdog-example
|
||||
|
|
|
|||
Loading…
Reference in New Issue