xref: /haiku/src/system/glue/arch/arm/Jamfile (revision 04a0e9c7b68cbe3a43d38e2bca8e860fd80936fb)
1SubDir HAIKU_TOP src system glue arch arm ;
2
3local architectureObject ;
4for architectureObject in [ MultiArchSubDirSetup arm ] {
5	on $(architectureObject) {
6		Objects
7			crti.S
8			crtn.S
9			;
10	}
11}
12