xref: /haiku/src/system/runtime_loader/arch/arm/Jamfile (revision 81ec973846ea4816c53ed8901822e43c8b06878d)
1SubDir HAIKU_TOP src system runtime_loader arch arm ;
2
3local architecture = $(TARGET_PACKAGING_ARCH) ;
4
5UsePrivateHeaders runtime_loader ;
6UsePrivateSystemHeaders ;
7
8SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) $(DOTDOT) ] ;
9
10StaticLibrary libruntime_loader_$(TARGET_ARCH).a :
11	arch_relocate.cpp
12	:
13	<src!system!libroot!os!arch!$(TARGET_ARCH)!$(architecture)>thread.o
14
15	<src!system!libroot!posix!string!arch!$(TARGET_ARCH)!$(architecture)>arch_string.o
16	<src!system!libroot!posix!string!arch!$(TARGET_ARCH)!$(architecture)>memset.o
17	;
18