From d3347566e017264a0cefd4ac0b3d9000b418244a Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Tue, 16 Jul 2002 18:45:38 +0000 Subject: [PATCH] Must include DevMpf.o --- motorExApp/WithAsyn/Makefile.Vx | 2 ++ motorExApp/WithMPF/Makefile.Vx | 2 ++ 2 files changed, 4 insertions(+) diff --git a/motorExApp/WithAsyn/Makefile.Vx b/motorExApp/WithAsyn/Makefile.Vx index 1a659421..2e57e23d 100644 --- a/motorExApp/WithAsyn/Makefile.Vx +++ b/motorExApp/WithAsyn/Makefile.Vx @@ -25,8 +25,10 @@ LIBOBJS += $(MOTOR_BIN)/motorCOM_mpf LIBOBJS += $(MOTOR_BIN)/ImsLib LIBOBJS += $(MOTOR_BIN)/newportLib +# Objects from "mpf" LIBOBJS += $(MPF_BIN)/mpfLib LIBOBJS += $(MPF_BIN)/ipLib +LIBOBJS += $(MPF_BIN)/DevMpf.o LIBOBJS += $(MPF_SERIAL_BIN)/OctalUART.o LIBOBJS += $(MPF_SERIAL_BIN)/SerialPort.o diff --git a/motorExApp/WithMPF/Makefile.Vx b/motorExApp/WithMPF/Makefile.Vx index 1a659421..2e57e23d 100644 --- a/motorExApp/WithMPF/Makefile.Vx +++ b/motorExApp/WithMPF/Makefile.Vx @@ -25,8 +25,10 @@ LIBOBJS += $(MOTOR_BIN)/motorCOM_mpf LIBOBJS += $(MOTOR_BIN)/ImsLib LIBOBJS += $(MOTOR_BIN)/newportLib +# Objects from "mpf" LIBOBJS += $(MPF_BIN)/mpfLib LIBOBJS += $(MPF_BIN)/ipLib +LIBOBJS += $(MPF_BIN)/DevMpf.o LIBOBJS += $(MPF_SERIAL_BIN)/OctalUART.o LIBOBJS += $(MPF_SERIAL_BIN)/SerialPort.o