mirror of
https://github.com/Binary-Coalescence/motorDSM.git
synced 2025-11-08 21:18:52 -06:00
install iocsh file to motor
This commit is contained in:
@@ -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
acsApp/iocsh/Makefile
Normal file
6
acsApp/iocsh/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
TOP = ../..
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
IOCSH += ACS_MCB4B.iocsh
|
||||
|
||||
include $(TOP)/configure/RULES
|
||||
Reference in New Issue
Block a user