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
RiscOS
S
Sources
HAL
HAL_S3C6410
Commits
2d7f09a9
Commit
2d7f09a9
authored
2 years ago
by
Ben Avison
Committed by
ROOL
2 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Switch to using shared HAL makefile fragment
Version 0.05. Not tagged
parent
2c51581e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
41 deletions
+2
-41
Makefile
Makefile
+2
-41
No files found.
Makefile
View file @
2d7f09a9
...
...
@@ -18,49 +18,10 @@
COMPONENT
=
S3C6410 HAL
TARGET
=
S3C6410
OBJS
=
Boot Interrupts Timers Video
#RTC
USBDIR
=
<Lib
$Dir
>
.USB
HDRS
=
CMHGFILE
=
CUSTOMRES
=
custom
CUSTOMROM
=
custom
ROM_TARGET
=
custom
LNK_TARGET
=
custom
AIFDBG
=
aif._S3C6410
GPADBG
=
gpa.GPA
include
HAL
include
StdTools
include
CModule
CCFLAGS
+=
-ff
-APCS
3/32bit/nofp/noswst
CFLAGS
+=
-APCS
3/32bit/nofp/noswst
ASFLAGS
+=
-APCS
3/nofp/noswst
AASMFLAGS
+=
-APCS
3/nofp/noswst
#ROM_LIBS += ${USBDIR}.o.MUSBDriver ${USBDIR}.o.EHCIDriver ${USBDIR}.o.USBDriver
resources
:
@
${ECHO}
${COMPONENT}
: no resources
rom
:
aof.${TARGET}
@
${ECHO}
${COMPONENT}
: rom module built
_debug
:
${GPADBG}
@
echo
${COMPONENT}
: debug image built
install_rom
:
linked.${TARGET}
${CP}
linked.
${TARGET}
${INSTDIR}
.
${TARGET}
${CPFLAGS}
@
echo
${COMPONENT}
: rom module installed
aof.${TARGET}
:
${ROM_OBJS_} ${ROM_LIBS} ${DIRS} ${ROM_DEPEND}
${LD}
-o
$@
-aof
${ROM_OBJS_}
${ROM_LIBS}
linked.${TARGET}
:
aof.${TARGET}
${LD}
${LDFLAGS}
${LDLINKFLAGS}
-o
$@
-bin
-base
0xFC000000 aof.
${TARGET}
${AIFDBG}
:
${ROM_OBJS_} ${ROM_LIBS}
${MKDIR}
aif
${LD}
-aif
-bin
-d
-o
${AIFDBG}
${ROM_OBJS_}
${ROM_LIBS}
${GPADBG}
:
${AIFDBG}
ToGPA
-s
${AIFDBG}
${GPADBG}
# Dynamic dependencies:
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