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