From d2cc08a23eb15f33f486344e87c2271560a17ff7 Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Wed, 29 Apr 2009 15:19:00 +0000 Subject: [PATCH] Add asyn.dbd to application to enable asyn debugging commands --- motorApp/MotorSimSrc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/motorApp/MotorSimSrc/Makefile b/motorApp/MotorSimSrc/Makefile index 76005973..dc3c2f9d 100644 --- a/motorApp/MotorSimSrc/Makefile +++ b/motorApp/MotorSimSrc/Makefile @@ -32,6 +32,7 @@ DBD += motorSim.dbd # motorSim.dbd will be made up from these files: motorSim_DBD += base.dbd +motorSim_DBD += asyn.dbd motorSim_DBD += motorSupport.dbd motorSim_DBD += motorSimSupport.dbd