diff --git a/Makefile b/Makefile index 4fe6fca..e93cf38 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,6 @@ ARCH_FILTER=RHEL% motorBase_VERSION=7.2.2 # These headers allow to depend on this library for derived drivers. -HEADERS += src/masterMacsIPPort.h HEADERS += src/masterMacsAxis.h HEADERS += src/masterMacsController.h @@ -18,7 +17,6 @@ HEADERS += src/masterMacsController.h SOURCES += sinqMotor/src/msgPrintControl.cpp SOURCES += sinqMotor/src/sinqAxis.cpp SOURCES += sinqMotor/src/sinqController.cpp -SOURCES += src/masterMacsAsynIPPort.c SOURCES += src/masterMacsAxis.cpp SOURCES += src/masterMacsController.cpp