14 lines
304 B
Makefile
14 lines
304 B
Makefile
# This build the sinq extensions for the PSI EPICS setup
|
|
include /ioc/tools/driver.makefile
|
|
|
|
MODULE=sinqProtonCurrent
|
|
BUILDCLASSES=Linux
|
|
EPICS_VERSIONS=7.0.7
|
|
ARCH_FILTER=RHEL%
|
|
|
|
# additional module dependencies
|
|
REQUIRED+=calc
|
|
|
|
# General DB files to include in the release
|
|
TEMPLATES += db/protoncurrent.db
|