repo.or.cz
/
ti-x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add memset asm code
[ti-x.git]
/
src
/
makefile
blob
4825e893b777b72e43bf6c0c184d9789f51a2b6f
1
# sub-makefile
2
include
$(
PRO_DIR
)$(
_
)
prefix
.mak
3
4
# module name
5
NAMES
=
ti-x
6
7
# sub-projects
8
SUB_PROS
=
arch demo
9
10
include
$(
PRO_DIR
)$(
_
)
suffix
.mak
11