repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vfs: check userland buffers before reading them.
[haiku.git]
/
src
/
tools
/
makebootable
/
platform
/
u-boot
/
Jamfile
blob
d062023e71499ac84890521c155093e0cbe36e45
1
SubDir HAIKU_TOP src tools makebootable platform u-boot ;
2
3
SEARCH_SOURCE
4
+= [ FDirName $(HAIKU_TOP) src bin makebootable platform u-boot ] ;
5
6
BuildPlatformMain <build>makebootable :
7
makebootable.cpp
8
$(hostPlatformSources)
9
:
10
# $(HOST_LIBBE)
11
$(HOST_LIBSTDC++) $(HOST_LIBSUPC++)
12
;
13