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
BPicture: Fix archive constructor.
[haiku.git]
/
src
/
add-ons
/
kernel
/
bus_managers
/
fdt
/
Jamfile
blob
6c18bddb73e14fb011dd54a411d0ca570a2ccb55
1
SubDir HAIKU_TOP src add-ons kernel bus_managers fdt ;
2
3
UsePrivateKernelHeaders ;
4
UseLibraryHeaders [ FDirName libfdt ] ;
5
6
local libFDTSources =
7
fdt.c
8
fdt_ro.c
9
fdt_rw.c
10
fdt_strerror.c
11
fdt_sw.c
12
fdt_wip.c
13
;
14
15
KernelAddon fdt :
16
fdt.cpp
17
# $(libFDTSources)
18
;
19
20
SEARCH on [ FGristFiles $(libFDTSources) ]
21
= [ FDirName $(HAIKU_TOP) src libs libfdt ] ;
22