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