makefile: pm: add missing power management example to the makefile

Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
This commit is contained in:
Tatiana Leon 2023-09-04 17:00:31 +02:00
parent fa3f38f698
commit 79aa8410c2
1 changed files with 2 additions and 1 deletions

View File

@ -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