Working on simplifying what should be shown to the user
This commit is contained in:
7
Makefile
7
Makefile
@ -7,6 +7,7 @@ EPICS_VERSIONS=7.0.7
|
||||
ARCH_FILTER=RHEL%
|
||||
|
||||
# additional module dependencies
|
||||
REQUIRED+=calc
|
||||
REQUIRED+=s7plcFW
|
||||
|
||||
# General DB files to include in the release
|
||||
@ -15,9 +16,9 @@ TEMPLATES += db/writebit.db
|
||||
TEMPLATES += db/readbit.db
|
||||
TEMPLATES += db/readstring.db
|
||||
|
||||
# Templates for specific devices to include in the release
|
||||
# Specific devices to include in the release
|
||||
TEMPLATES += db/shutter.db
|
||||
TEMPLATES += templates/shutter.substitutions
|
||||
|
||||
# Scripts to include in the release
|
||||
SCRIPTS += scripts/shutter.cmd
|
||||
|
||||
SCRIPTS += sim/shutter_sim.py
|
||||
|
Reference in New Issue
Block a user