Missing Jamfile.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22693 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2007-10-23 23:38:34 +00:00
parent 90f87904fc
commit 51238e6bd3

View File

@ -0,0 +1,16 @@
SubDir HAIKU_TOP src system libroot os arch m68k ;
UseHeaders $(TARGET_PRIVATE_KERNEL_HEADERS) : true ;
MergeObject os_arch_$(TARGET_ARCH).o :
atomic.S
byteorder.S
compatibility.c # only here until the places where those functions are used
# are fixed
# systeminfo.c
system_time.c
system_time_asm.S
thread.c
time.c
tls.c
;