makefile: can: add missing can example in the makefile

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

View File

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