repo.or.cz
/
newos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
more kernel elf loader hacking.
[newos.git]
/
macros.mk
blob
6c33591d2b0331c78bb0d01b163df7fa1b27fa52
1
2
# prepends the BUILD_DIR var to each item in the list
3
TOBUILDDIR
= $(
addprefix
$(
BUILD_DIR
)/,$(
1
))
4
5
# sees if the target is in the list
6
FINDINLIST
= $(
if
$(
findstring
$(
1
),$(
2
)),
1
,
0
)
7