-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Update lib install location for standalone build - Add comment on adding MOTOR_ZABER_MOTION path to RELEASE.local
- Loading branch information
1 parent
d38d4cb
commit 5a4b45a
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
# RELEASE - Location of external support modules | ||
|
||
# Note that if building as standalone module, MOTOR_ZABER_MOTION must be defined in RELEASE.local | ||
MOTOR_ZABER_MOTION = $(MOTOR)/modules/motorZaberMotion | ||
|
||
# Use motor/module's generated release file when buidling inside motor | ||
-include $(TOP)/../RELEASE.$(EPICS_HOST_ARCH).local | ||
# Use motorZaberMotion's RELEASE.local when building outside motor | ||
-include $(TOP)/configure/RELEASE.local | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters