xref: /haiku/src/system/libroot/os/Jamfile (revision 1214ef1b2100f2b3299fc9d8d6142e46f70a4c3f)
1SubDir HAIKU_TOP src system libroot os ;
2
3UseHeaders $(TARGET_PRIVATE_KERNEL_HEADERS) : true ;
4
5MergeObject os_main.o :
6	area.c
7	atomic.c
8	debug.c
9	driver_settings.c
10	find_directory.c
11	fs_attr.c
12	fs_index.c
13	fs_info.c
14	fs_query.cpp
15	fs_volume.c
16	image.c
17	parsedate.cpp
18	port.c
19	scheduler.c
20	sem.c
21	system_info.c
22	team.c
23	thread.c
24	time.c
25	syscalls.S
26	wait_for_objects.cpp
27;
28
29# We need to specify the dependency on the generated syscalls file explicitly.
30Depends [ FGristFiles syscalls.o ] : <syscalls>syscalls.S.inc ;
31
32SubInclude HAIKU_TOP src system libroot os arch $(TARGET_ARCH) ;
33