Skip to content

Commit

Permalink
Update assemble_synApps: build IOC for Newport motors
Browse files Browse the repository at this point in the history
  • Loading branch information
ibressler authored Dec 11, 2024
1 parent 69e23c1 commit 50048bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assemble_synApps
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,10 @@ if (-d "motor-$modules{MOTOR}/modules/motorIms")
{
add_line("BUILD_IOCS = YES", "motor-$modules{MOTOR}/modules/motorIms/configure/CONFIG_SITE.local");
}
if (-d "motor-$modules{MOTOR}/modules/motorNewport")
{
add_line("BUILD_IOCS = YES", "motor-$modules{MOTOR}/modules/motorNewport/configure/CONFIG_SITE.local");
}

# Make RELEASE files for support modules consistent
system("make release"); # system() forwards output and errors of the command
Expand Down

0 comments on commit 50048bd

Please sign in to comment.