Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nuttx-apps
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
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
nuttx-apps
Commits
5f087ca5
Commit
5f087ca5
authored
10 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Minor/cosmetic changes
parent
1eedc38d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
system/ramtest/Makefile
+15
-15
15 additions, 15 deletions
system/ramtest/Makefile
with
15 additions
and
15 deletions
system/ramtest/Makefile
+
15
−
15
View file @
5f087ca5
...
...
@@ -38,40 +38,40 @@
include
$(APPDIR)/Make.defs
ifeq
($(WINTOOL),y)
INCDIROPT
=
-w
INCDIROPT
=
-w
endif
# USB Monitor Application
PRIORITY
=
SCHED_PRIORITY_DEFAULT
STACKSIZE
=
768
PRIORITY
=
SCHED_PRIORITY_DEFAULT
STACKSIZE
=
768
ASRCS
=
CSRCS
=
ramtest.c
ASRCS
=
CSRCS
=
ramtest.c
AOBJS
=
$(
ASRCS:.S
=
$(
OBJEXT
))
COBJS
=
$(
CSRCS:.c
=
$(
OBJEXT
))
AOBJS
=
$(
ASRCS:.S
=
$(
OBJEXT
))
COBJS
=
$(
CSRCS:.c
=
$(
OBJEXT
))
SRCS
=
$(
ASRCS
)
$(
CSRCS
)
OBJS
=
$(
AOBJS
)
$(
COBJS
)
SRCS
=
$(
ASRCS
)
$(
CSRCS
)
OBJS
=
$(
AOBJS
)
$(
COBJS
)
ifeq
($(CONFIG_WINDOWS_NATIVE),y)
BIN
=
..
\.
.
\l
ibapps
$(
LIBEXT
)
BIN
=
..
\.
.
\l
ibapps
$(
LIBEXT
)
else
ifeq
($(WINTOOL),y)
BIN
=
..
\\
..
\\
libapps
$(
LIBEXT
)
BIN
=
..
\\
..
\\
libapps
$(
LIBEXT
)
else
BIN
=
../../libapps
$(
LIBEXT
)
BIN
=
../../libapps
$(
LIBEXT
)
endif
endif
ROOTDEPPATH
=
--dep-path
.
ROOTDEPPATH
=
--dep-path
.
# Common build
VPATH
=
VPATH
=
all
:
.built
all
:
.built
.PHONY
:
context depend clean distclean
$(AOBJS)
:
%$(OBJEXT): %.S
...
...
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