From c8e2c962ebc0d9e07392b6bf3c9c2611ee8d9418 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Thu, 13 Jun 2024 12:10:32 +0200 Subject: [PATCH] update defaults --- App/tools/driver.makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile index cc97aa7..c5fc0c4 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -66,8 +66,8 @@ MAKEHOME:=$(dir $(lastword ${MAKEFILE_LIST})) USERMAKEFILE:=$(lastword $(filter-out $(lastword ${MAKEFILE_LIST}), ${MAKEFILE_LIST})) # Some configuration: -DEFAULT_EPICS_VERSIONS = 3.13.10 3.14.12 7.0.5 -BUILDCLASSES = vxWorks +DEFAULT_EPICS_VERSIONS = 7.0.7 7.0.8 +BUILDCLASSES = vxWorks Linux WIN32 EPICS_MODULES ?= /ioc/modules MODULE_LOCATION = ${EPICS_MODULES}/$(or ${PRJ},$(error PRJ not defined))/$(or ${LIBVERSION},$(error LIBVERSION not defined)) EPICS_LOCATION = /usr/local/epics