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
Open sidebar
Jeffrey Lee
Kernel
Commits
9bc4a580
Commit
9bc4a580
authored
4 years ago
by
Timothy E Baldwin
Committed by
ROOL
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Support multiple source files
parent
5835d7b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
Makefile
Makefile
+7
-4
No files found.
Makefile
View file @
9bc4a580
...
...
@@ -26,7 +26,7 @@ endif
TOKHELPSRC
=
${TOKENSOURCE}
HELPSRC
=
HelpStrs
ROM_
SOURCE
=
GetAll.
s
ROM_
OBJECTS
=
GetAll.
o
KERNEL_MODULE
=
bin
${SEP}${COMPONENT}
ASFLAGS
+=
-PD
"FreezeDevRel SETL {
${FREEZE_DEV_REL}
}"
CUSTOMROM
=
custom
...
...
@@ -63,6 +63,7 @@ EXPORTS = ${EXP_HDR}.AMBControl \
include
StdTools
include
AAsmModule
include
StdRules
# Override this to "TRUE" in the components file if
# you want an odd-numbered (development) build to be
...
...
@@ -87,13 +88,15 @@ inst_dirs:
install
:
${EXPORTS} inst_dirs
@
${ECHO}
${COMPONENT}
: header files installed
${KERNEL_MODULE}
:
${ROM_OBJECT} ${DIRS}
${KERNEL_MODULE}
:
${ROM_OBJECT
S
} ${DIRS}
${MKDIR}
bin
SetEval KernelBase
"4"
+ STR
(
227858432 +
(
HALSize LEFT
(
LEN HALSize - 1
)
)
*
1024
)
Do
${LD}
-bin
-base
<KernelBase>
-o
$@
${ROM_OBJECT}
Do
${LD}
-aif
-base
<KernelBase>
-bin
-d
-o
${KERNEL_MODULE}
_aif
${ROM_OBJECT}
Do
${LD}
-bin
-base
<KernelBase>
-o
$@
${ROM_OBJECT
S
}
Do
${LD}
-aif
-base
<KernelBase>
-bin
-d
-o
${KERNEL_MODULE}
_aif
${ROM_OBJECT
S
}
${TOGPA}
-s
${KERNEL_MODULE}
_aif
${KERNEL_MODULE}
_gpa
GetAll.o
:
${TOKHELPSRC}
#
# Custom exports:
#
...
...
This diff is collapsed.
Click to expand it.
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