forked from epics_driver_modules/motorBase
build for all archs
don't check out submodules
This commit is contained in:
+6
-4
@@ -1,11 +1,13 @@
|
||||
include /ioc/tools/driver.makefile
|
||||
MODULE = motorBase
|
||||
|
||||
# Do not build for EPICS < 7.0.7 because of compatibility breaking changes
|
||||
EXCLUDE_VERSIONS=3.13 3.14 7.0.6
|
||||
BUILDCLASSES = Linux
|
||||
#ARCH_FILTER = %-ppc4xxFP
|
||||
ARCH_FILTER = eldk42-ppc4xxFP
|
||||
#ARCH_FILTER = eldk53-ppc4xxFP
|
||||
|
||||
# Do not checkout any submodule
|
||||
IGNORE_SUBMODULES = %
|
||||
|
||||
BUILDCLASSES += vxWorks Linux WIN32
|
||||
|
||||
SOURCES += motorApp/MotorSrc/motorRecord.cc
|
||||
DBDS += motorApp/MotorSrc/motorRecord.dbd
|
||||
|
||||
Reference in New Issue
Block a user