From: Keith Packard Date: Thu, 7 Apr 2022 06:29:31 +0000 (-0700) Subject: altos: Add EasyMotor-v3.0 to regular builds X-Git-Tag: 1.9.12~1^2~17^2~2 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=9cded6d2b2888b6fd1dbcb08d7404fbc8f52ba60 altos: Add EasyMotor-v3.0 to regular builds Signed-off-by: Keith Packard --- diff --git a/src/Makefile b/src/Makefile index 2cc04e53..31671e03 100644 --- a/src/Makefile +++ b/src/Makefile @@ -20,6 +20,7 @@ ARMM3DIRS=\ easymega-v1.0 easymega-v1.0/flash-loader \ easymega-v2.0 easymega-v2.0/flash-loader \ easymotor-v2 easymotor-v2/flash-loader \ + easymotor-v3 easymotor-v3/flash-loader \ easytimer-v1 easytimer-v1/flash-loader \ telemega-v0.1 telemega-v0.1/flash-loader \ telemega-v1.0 telemega-v1.0/flash-loader \