Skip to content
Snippets Groups Projects
Commit edae5ee3 authored by Jeong Han Lee's avatar Jeong Han Lee
Browse files

add local to CONFIG_MODULE and _DEV

parent d0e43f78
No related branches found
No related tags found
No related merge requests found
...@@ -18,3 +18,13 @@ E3_MODULE_NAME:=$(EPICS_MODULE_NAME) ...@@ -18,3 +18,13 @@ E3_MODULE_NAME:=$(EPICS_MODULE_NAME)
E3_MODULE_SRC_PATH:=$(EPICS_MODULE_NAME) E3_MODULE_SRC_PATH:=$(EPICS_MODULE_NAME)
E3_MODULE_MAKEFILE:=$(EPICS_MODULE_NAME).Makefile E3_MODULE_MAKEFILE:=$(EPICS_MODULE_NAME).Makefile
# The definitions shown below can also be placed in an untracked CONFIG_MODULE.local
-include $(TOP)/configure/CONFIG_MODULE.local
# The definitions shown below can also be placed in an untracked CONFIG_MODULE.local
-include $(TOP)/configure/CONFIG_MODULE.local
...@@ -19,3 +19,8 @@ E3_MODULE_MAKEFILE:=$(EPICS_MODULE_NAME).Makefile ...@@ -19,3 +19,8 @@ E3_MODULE_MAKEFILE:=$(EPICS_MODULE_NAME).Makefile
#export DEV_GIT_URL:="https://where your git repo" #export DEV_GIT_URL:="https://where your git repo"
E3_MODULE_DEV_GITURL:="https://github.com/epics-modules/devlib2" E3_MODULE_DEV_GITURL:="https://github.com/epics-modules/devlib2"
# The definitions shown below can also be placed in an untracked CONFIG_MODULE_DEV.local
-include $(TOP)/configure/CONFIG_MODULE_DEV.local
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment