From 34c4e5c10e87b6edaaff3d8deeb229da5523c682 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Sandstr=C3=B6m?= Date: Fri, 21 Mar 2025 10:37:37 +0100 Subject: [PATCH] Also compile for deb12 --- GNUmakefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 11ace7c..75bbae7 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -8,8 +8,7 @@ USR_CFLAGS +=-DECMC_PLUGIN_MODULE_NAME=${MODULE} BUILDCLASSES = Linux ARCH_FILTER = deb10% -# Run 7.0.6 for now -EXCLUDE_VERSIONS+=3 7.0.5 7.0.6 7.0.7 +EXCLUDE_VERSIONS+=3 7.0.5 7.0.6 7.0.7 7.0.9 IGNORE_MODULES += asynMotor IGNORE_MODULES += motorBase