From 9f4531e49e66f0606d6425587f3bdc42928c9e89 Mon Sep 17 00:00:00 2001 From: kpetersn Date: Thu, 4 Apr 2019 14:29:26 -0500 Subject: [PATCH] Added motorAcsTech80 to modules/Makefile --- modules/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/Makefile b/modules/Makefile index d945eb5a..24296d36 100644 --- a/modules/Makefile +++ b/modules/Makefile @@ -5,6 +5,7 @@ include $(TOP)/configure/CONFIG #SUBMODULES += motorVendor SUBMODULES += motorOms SUBMODULES += motorNewport +SUBMODULES += motorAcsTech80 SUBMODULES += motorAttocube # Allow sites to add extra submodules