Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
regression-suites
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TASTE
regression-suites
Commits
3d73626b
Commit
3d73626b
authored
Jun 16, 2020
by
Laura Alexandra Sequeira Gouveia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated SW only rule on Makefiles for CoRA_MBAD demos. Now 'make sw' is
a dedicaded rule for SW side compilation only.
parent
bdec4ea9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
Demo_CoRA_MBAD_4ZYNQ_GNC/Makefile
Demo_CoRA_MBAD_4ZYNQ_GNC/Makefile
+3
-0
Demo_CoRA_MBAD_4ZYNQ_PrimeNumbers/Makefile
Demo_CoRA_MBAD_4ZYNQ_PrimeNumbers/Makefile
+3
-0
No files found.
Demo_CoRA_MBAD_4ZYNQ_GNC/Makefile
View file @
3d73626b
...
...
@@ -11,6 +11,9 @@ c: work/glue_built
rsync
-rc
calling/ work/calling/C/src/
$(MAKE)
-C
work
sw
:
$(MAKE)
NO_BITFILE
=
1 c
skeletons
:
$(MAKE)
work/skeletons_built
...
...
Demo_CoRA_MBAD_4ZYNQ_PrimeNumbers/Makefile
View file @
3d73626b
...
...
@@ -11,6 +11,9 @@ c: work/glue_built
rsync
-c
input/function2.c work/function2/C/src
$(MAKE)
-C
work
sw
:
$(MAKE)
NO_BITFILE
=
1 c
skeletons
:
$(MAKE)
work/skeletons_built
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment