From 0b6092446a370e9443afa532a44fcf102109b650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Sandstr=C3=B6m?= Date: Mon, 3 Mar 2025 15:25:00 +0100 Subject: [PATCH] Update makefile --- GNUmakefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index c7a5ed5..0c812fb 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -9,7 +9,7 @@ BUILDCLASSES = Linux ARCH_FILTER = deb10% # Run 7.0.6 for now -EXCLUDE_VERSIONS+=3 7.0.5 7.0.7 +EXCLUDE_VERSIONS+=3 7.0.5 7.0.6 7.0.7 IGNORE_MODULES += asynMotor IGNORE_MODULES += motorBase @@ -18,9 +18,7 @@ USR_CXXFLAGS += -std=c++17 OPT_CXXFLAGS_YES = -O3 # dependencies -# ECmasterECMC_VERSION = v1.1.0 -# motorECMC_VERSION = 7.0.7-ESS -ecmc_VERSION = v10.0.0_RC1 +ecmc_VERSION = 10.0 APPDB:=db APPSRC:=src