Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cm510_controller_fw
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
humanoides
cm510_controller_fw
Commits
6c47e563
There was a problem fetching the pipeline mini graph.
Commit
6c47e563
authored
9 years ago
by
Sergi Hernandez
Browse files
Options
Downloads
Patches
Plain Diff
Added the creation of the lib forlder in all modules because git does not keep empty folders.
parent
689b4845
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
communications/Makefile
+1
-0
1 addition, 0 deletions
communications/Makefile
controllers/Makefile
+1
-0
1 addition, 0 deletions
controllers/Makefile
dyn_devices/Makefile
+1
-0
1 addition, 0 deletions
dyn_devices/Makefile
motion/Makefile
+1
-0
1 addition, 0 deletions
motion/Makefile
with
4 additions
and
0 deletions
communications/Makefile
+
1
−
0
View file @
6c47e563
...
...
@@ -35,6 +35,7 @@ show_banner:
@
echo
"------------------------------------------------------"
;
$(PROJECT).a
:
$(OBJS)
mkdir
-p
lib
$(
OBJCOPY
)
$(
ARFLAGS
)
$(
LIB_DIR
)$(
PROJECT
)
.a
$(
OBJS
)
%.o
:
%.c
$(
CC
)
-c
$(
CFLAGS
)
-I
$(
INCLUDE_DIR
)
-o
$@
$<
...
...
This diff is collapsed.
Click to expand it.
controllers/Makefile
+
1
−
0
View file @
6c47e563
...
...
@@ -39,6 +39,7 @@ show_banner:
@
echo
"------------------------------------------------------"
;
$(PROJECT).a
:
${OBJS}
mkdir
-p
lib
$(
OBJCOPY
)
$(
ARFLAGS
)
${
LIB_DIR
}$(
PROJECT
)
.a
$(
OBJS
)
%.o
:
%.c
...
...
This diff is collapsed.
Click to expand it.
dyn_devices/Makefile
+
1
−
0
View file @
6c47e563
...
...
@@ -34,6 +34,7 @@ show_banner:
@
echo
"------------------------------------------------------"
;
$(PROJECT).a
:
${OBJS}
mkdir
-p
lib
$(
OBJCOPY
)
$(
ARFLAGS
)
${
LIB_DIR
}$(
PROJECT
)
.a
$(
OBJS
)
%.o
:
%.c
...
...
This diff is collapsed.
Click to expand it.
motion/Makefile
+
1
−
0
View file @
6c47e563
...
...
@@ -37,6 +37,7 @@ show_banner:
$(PROJECT).a
:
${OBJS}
mkdir
-p
lib
$(
OBJCOPY
)
$(
ARFLAGS
)
${
LIB_DIR
}$(
PROJECT
)
.a
$(
OBJS
)
communications
:
...
...
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