makefile: add missing watchdog example and reordering

Signed-off-by: fgilmar <francisco.gilmartinez@digi.com>
This commit is contained in:
fgilmar 2018-11-28 11:44:02 +01:00
parent cf0bcac756
commit 569ce43283
1 changed files with 8 additions and 1 deletions

View File

@ -14,7 +14,14 @@
# PERFORMANCE OF THIS SOFTWARE.
#
SUBDIRS := apix-can-example apix-gpio-example apix-i2c-example apix-pwm-example apix-spi-example apix-adc-example
SUBDIRS := \
apix-adc-example \
apix-can-examples \
apix-gpio-example \
apix-i2c-example \
apix-pwm-example \
apix-spi-example \
apix-watchdog-example
all: $(SUBDIRS)