repo.or.cz
/
LPC2xxx_and_RobotSpejbl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
new crt0.S (auto init of FLASH/RAM)
[LPC2xxx_and_RobotSpejbl.git]
/
arch
/
arm
/
mach-lpc21xx
/
libs
/
boot
/
Makefile.omk
blob
252f03bec476e92f14a4b281801820272fd9bf23
1
# -*- makefile -*-
2
3
lib_obj_SOURCES = crt0.S initarray.c
4
lib_obj_SOURCES += startup.S # for canld - FIXME: replace by the crt0flash above
5
6