makefile: add missing watchdog example and reordering
Signed-off-by: fgilmar <francisco.gilmartinez@digi.com>
This commit is contained in:
parent
cf0bcac756
commit
569ce43283
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue