Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DISCOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
INAF
DISCOS
Commits
064f5bee
Commit
064f5bee
authored
3 years ago
by
Fabio Vitello
Browse files
Options
Downloads
Patches
Plain Diff
Update Makefile
Replaced NotoActiveSurfaceErrors with ActiveSurfaceErrors
parent
61ea4004
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
SystemMake/Makefile
+3
-3
3 additions, 3 deletions
SystemMake/Makefile
with
3 additions
and
3 deletions
SystemMake/Makefile
+
3
−
3
View file @
064f5bee
...
@@ -66,7 +66,7 @@ MED_CLIENTS:=MedicinaMountTextClient
...
@@ -66,7 +66,7 @@ MED_CLIENTS:=MedicinaMountTextClient
MED_MISC
:=
MedScripts
MED_MISC
:=
MedScripts
NT_DOC
:=
NTDox
NT_DOC
:=
NTDox
NT_ERRORS
:=
NotoActiveSurfaceErrors
NT_ERRORS
:=
#ActiveSurfaceErrors
NotoActiveSurfaceErrors
NT_INTERFACES
:=
NotoAntennaInterface NotoReceiversInterface NotoWeatherStationInterface NotoActiveSurfaceInterface
\
NT_INTERFACES
:=
NotoAntennaInterface NotoReceiversInterface NotoWeatherStationInterface NotoActiveSurfaceInterface
\
NT_LIBRARIES:
=
NT_LIBRARIES:
=
NT_SERVERS
:=
NotoReceivers NotoMount NotoWeatherStation NotoActiveSurface NotoMinorServo NotoPyLocalOscillator NotoPyIfDistributor
NT_SERVERS
:=
NotoReceivers NotoMount NotoWeatherStation NotoActiveSurface NotoMinorServo NotoPyLocalOscillator NotoPyIfDistributor
...
@@ -146,7 +146,7 @@ else
...
@@ -146,7 +146,7 @@ else
ifeq
($(STATION),Noto)
ifeq
($(STATION),Noto)
#Add all modules included in the Noto system in this sequence
#Add all modules included in the Noto system in this sequence
#Doc, (Errors, Interfacies, Libraries, Servers, Clients, Misc)
#Doc, (Errors, Interfacies, Libraries, Servers, Clients, Misc)
MODULES
:=
ClientErrors ComponentErrors AntennaErrors ParserErrors BackendsErrors ManagementErrors ReceiversErrors MetrologyErrors MinorServoErrors
\
MODULES
:=
ActiveSurfaceErrors
ClientErrors ComponentErrors AntennaErrors ParserErrors BackendsErrors ManagementErrors ReceiversErrors MetrologyErrors MinorServoErrors
\
ManagmentInterface AntennaInterface ReceiversInterface BackendsInterface MinorServoInterface WeatherStationInterface ActiveSurfaceInterface
\
ManagmentInterface AntennaInterface ReceiversInterface BackendsInterface MinorServoInterface WeatherStationInterface ActiveSurfaceInterface
\
NotoAntennaInterface
\
NotoAntennaInterface
\
SlaLibrary IRALibrary TextWindowLibrary ParserLibrary PyTestingLibrary
\
SlaLibrary IRALibrary TextWindowLibrary ParserLibrary PyTestingLibrary
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment