From e31dde4ce52c67207652374d70e87c38c35854bb Mon Sep 17 00:00:00 2001 From: kmpeters Date: Wed, 25 Mar 2015 19:52:38 +0000 Subject: [PATCH] Only build HytecSrc if IPAC is defined --- motorApp/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/motorApp/Makefile b/motorApp/Makefile index 9f89a653..36ce18e1 100644 --- a/motorApp/Makefile +++ b/motorApp/Makefile @@ -84,8 +84,11 @@ AttocubeSrc_DEPEND_DIRS = MotorSrc DIRS += AerotechSrc AerotechSrc_DEPEND_DIRS = MotorSrc +# The Hytec support requires ipac +ifdef IPAC DIRS += HytecSrc HytecSrc_DEPEND_DIRS = MotorSrc +endif DIRS += ACRSrc ACRSrc_DEPEND_DIRS = MotorSrc