From 7c6479e666985b5f78960e621c026e694d2e7b70 Mon Sep 17 00:00:00 2001 From: kpetersn Date: Wed, 3 Apr 2019 15:45:27 -0500 Subject: [PATCH] Also remove OmsSrc from motorApp/Makefile --- motorApp/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/motorApp/Makefile b/motorApp/Makefile index cdffbf22..5a386272 100644 --- a/motorApp/Makefile +++ b/motorApp/Makefile @@ -12,9 +12,6 @@ DIRS += MotorSrc DIRS += DeltaTauSrc DeltaTauSrc_DEPEND_DIRS = MotorSrc -DIRS += OmsSrc -OmsSrc_DEPEND_DIRS = MotorSrc - DIRS += SoftMotorSrc SoftMotorSrc_DEPEND_DIRS = MotorSrc