Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
PolyORB-HI-C
Commits
c2bc7145
Commit
c2bc7145
authored
Oct 04, 2013
by
yoogx
Browse files
* Add template for FreeRTOS
parent
a01334ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/make/Makefile.freertos
0 → 100644
View file @
c2bc7145
## This file is a template of a specific Makefile
## for PolyORB-HI-C. The name of the file must respect
## the form Makefile.targetname where targetname
## is the name of the execution platform in the model.
## This file set some variables useful to compile
## the source code to the target.
CC
=
your_c_compiler
CFLAGS
=
options and flags useful
for
your compiler
LD
=
the linker used
(
not used at this
time
)
LDFLAGS
=
flags useful
for
the
link
step
## The target-clean rule is useful if you have to handle
## specific actions to clean the target.
target-clean
:
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment