Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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 RTOS
Commits
edbb5ec3
Commit
edbb5ec3
authored
9 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
arch-specific build needs to include __KERNEL__ flags
parent
8075a678
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
LibTargets.mk
+6
-7
6 additions, 7 deletions
LibTargets.mk
configs
+1
-1
1 addition, 1 deletion
configs
with
7 additions
and
8 deletions
LibTargets.mk
+
6
−
7
View file @
edbb5ec3
...
...
@@ -64,7 +64,6 @@ $(ARCH_SRC)$(DELIM)libkarch$(LIBEXT): context
lib$(DELIM)libkarch$(LIBEXT)
:
$(ARCH_SRC)$(DELIM)libkarch$(LIBEXT)
$(
Q
)
install
$(
ARCH_SRC
)$(
DELIM
)
libkarch
$(
LIBEXT
)
lib
$(
DELIM
)
libkarch
$(
LIBEXT
)
sched$(DELIM)libsched$(LIBEXT)
:
context
$(
Q
)
$(
MAKE
)
-C
sched
TOPDIR
=
"
$(
TOPDIR
)
"
libsched
$(
LIBEXT
)
KERNEL
=
y
EXTRADEFINES
=
$(
KDEFINE
)
...
...
@@ -119,6 +118,12 @@ audio$(DELIM)libaudio$(LIBEXT): context
lib$(DELIM)libaudio$(LIBEXT)
:
audio$(DELIM)libaudio$(LIBEXT)
$(
Q
)
install
audio
$(
DELIM
)
libaudio
$(
LIBEXT
)
lib
$(
DELIM
)
libaudio
$(
LIBEXT
)
$(ARCH_SRC)$(DELIM)libarch$(LIBEXT)
:
context
$(
Q
)
$(
MAKE
)
-C
$(
ARCH_SRC
)
TOPDIR
=
"
$(
TOPDIR
)
"
libarch
$(
LIBEXT
)
KERNEL
=
y
EXTRADEFINES
=
$(
KDEFINE
)
lib$(DELIM)libarch$(LIBEXT)
:
$(ARCH_SRC)$(DELIM)libarch$(LIBEXT)
$(
Q
)
install
$(
ARCH_SRC
)$(
DELIM
)
libarch
$(
LIBEXT
)
lib
$(
DELIM
)
libarch
$(
LIBEXT
)
# Special case
syscall$(DELIM)libstubs$(LIBEXT)
:
context
...
...
@@ -190,9 +195,3 @@ mm$(DELIM)libmm$(LIBEXT): context
lib$(DELIM)libmm$(LIBEXT)
:
mm$(DELIM)libmm$(LIBEXT)
$(
Q
)
install
mm
$(
DELIM
)
libmm
$(
LIBEXT
)
lib
$(
DELIM
)
libmm
$(
LIBEXT
)
$(ARCH_SRC)$(DELIM)libarch$(LIBEXT)
:
context
$(
Q
)
$(
MAKE
)
-C
$(
ARCH_SRC
)
TOPDIR
=
"
$(
TOPDIR
)
"
libarch
$(
LIBEXT
)
lib$(DELIM)libarch$(LIBEXT)
:
$(ARCH_SRC)$(DELIM)libarch$(LIBEXT)
$(
Q
)
install
$(
ARCH_SRC
)$(
DELIM
)
libarch
$(
LIBEXT
)
lib
$(
DELIM
)
libarch
$(
LIBEXT
)
This diff is collapsed.
Click to expand it.
configs
@
b52f98b9
Subproject commit
28e45ddd60209c12e6e8cae0c3100ee06c9cc36b
Subproject commit
b52f98b9c91f8d84e7484e818e065b1e63b1d469
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