diff --git a/src/system/libroot/os/arch/m68k/Jamfile b/src/system/libroot/os/arch/m68k/Jamfile new file mode 100644 index 0000000000..feaed4399e --- /dev/null +++ b/src/system/libroot/os/arch/m68k/Jamfile @@ -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 +;