xref: /haiku/src/system/libroot/os/Jamfile (revision d3d8b26997fac34a84981e6d2b649521de2cc45a)
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;
27
28# We need to specify the dependency on the generated syscalls file explicitly.
29Depends [ FGristFiles syscalls.o ] : <syscalls>syscalls.S.inc ;
30
31SubInclude HAIKU_TOP src system libroot os arch $(TARGET_ARCH) ;
32