21 lines
444 B
Makefile
21 lines
444 B
Makefile
# This build the sinq extensions for the PSI EPICS setup
|
|
include /ioc/tools/driver.makefile
|
|
|
|
MODULE=mdif
|
|
BUILDCLASSES=Linux
|
|
EPICS_VERSIONS=7.0.7
|
|
ARCH_FILTER=RHEL%
|
|
|
|
# additional module dependencies
|
|
REQUIRED+=asyn
|
|
REQUIRED+=stream
|
|
|
|
# DB files to include in the release
|
|
TEMPLATES += db/mdif.db
|
|
TEMPLATES += db/mdif.proto
|
|
|
|
SCRIPTS += scripts/mdif.cmd
|
|
SCRIPTS += sim/mdif_sim.py
|
|
|
|
# MISCS would be the place to keep the stream device template files
|