From 80ea2f6830974ebd65460a36921f4ea12a407d7b Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Thu, 13 Feb 2003 21:49:06 +0000 Subject: [PATCH] - Updated mpf to R2-1. - Support for MX motor device driver. --- configure/RELEASE | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configure/RELEASE b/configure/RELEASE index 23098238..d0021f4c 100644 --- a/configure/RELEASE +++ b/configure/RELEASE @@ -21,7 +21,7 @@ # If any motor controller communication mechanism besides the VME backplane is # required, then MPF must be defined. -#MPF=$(SUPPORT)/mpf/mpf1-8 +#MPF=$(SUPPORT)/mpf2-1 #EPICS_BASE=$(SUPPORT)/../base @@ -31,3 +31,7 @@ TEMPLATE_TOP=$(EPICS_BASE)/templates/makeBaseApp/top # The following must be defined if the "WithMPF" example in motorExApp is to # be built. #MPF_GPIB=$(SUPPORT)/mpfGpib/mpfGpib1-4 + +# The following must be defined for the MXmotor device driver. +#MX=$(SUPPORT)/mx/mx +