Skip to content

Commit

Permalink
install iocsh file to motor
Browse files Browse the repository at this point in the history
  • Loading branch information
keenanlang committed May 6, 2020
1 parent ebbb747 commit 1bd580a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions acsApp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *src*))
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *Src*))
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *db*))
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *Db*))
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *iocsh*))
include $(TOP)/configure/RULES_DIRS
File renamed without changes.
6 changes: 6 additions & 0 deletions acsApp/iocsh/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
TOP = ../..
include $(TOP)/configure/CONFIG

IOCSH += ACS_MCB4B.iocsh

include $(TOP)/configure/RULES

0 comments on commit 1bd580a

Please sign in to comment.