From 1359a61640a5ef95c374d1db7b51b1ec469a73cf Mon Sep 17 00:00:00 2001 From: Gabriel Fedel <gabriel.fedel@ess.eu> Date: Fri, 6 Nov 2020 12:08:28 +0100 Subject: [PATCH] Include iocsh files on Makefile --- sis8300llrf.Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sis8300llrf.Makefile b/sis8300llrf.Makefile index 18b2f53..fa1ddf5 100644 --- a/sis8300llrf.Makefile +++ b/sis8300llrf.Makefile @@ -71,6 +71,14 @@ SOURCES += $(wildcard $(APPSRC)/*.cpp) #DBDS += sis8300llrf-procedure.dbd +############################################################################ +# +# Add any startup scripts that should be installed in the base directory +# +############################################################################ + +SCRIPTS += $(wildcard iocsh/*.iocsh) + TEMPLATES += $(wildcard $(APPDB)/*.template) TEMPLATES += $(APPDB)/sis8300llrf.db -- GitLab