Skip to content

Commit

Permalink
Install iocsh files
Browse files Browse the repository at this point in the history
  • Loading branch information
kmpeters committed May 15, 2023
1 parent a3c51e8 commit 171e4f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ db/
dbd/
html/
include/
/iocsh/
lib/
templates/
cdCommands
Expand Down
1 change: 1 addition & 0 deletions newFocusApp/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
6 changes: 6 additions & 0 deletions newFocusApp/iocsh/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
TOP = ../..
include $(TOP)/configure/CONFIG

#IOCSH += EXAMPLE_controller.substitutions

include $(TOP)/configure/RULES

0 comments on commit 171e4f1

Please sign in to comment.