xref: /haiku/src/system/kernel/arch/ppc/Jamfile (revision 1214ef1b2100f2b3299fc9d8d6142e46f70a4c3f)
1SubDir HAIKU_TOP src system kernel arch ppc ;
2
3SubDirHdrs $(SUBDIR) $(DOTDOT) generic ;
4#UseHeaders $(TARGET_PRIVATE_KERNEL_HEADERS) ;
5#	for some reason, this doesn't work
6UsePrivateHeaders kernel [ FDirName kernel arch $(TARGET_ARCH) ]
7	[ FDirName kernel boot platform $(HAIKU_BOOT_PLATFORM) ] ;
8
9SEARCH_SOURCE += [ FDirName $(SUBDIR) $(DOTDOT) generic ] ;
10
11KernelStaticLibrary libppc :
12	arch_atomic.c
13	arch_cpu.cpp
14	arch_cpu_asm.S
15	arch_debug_console.cpp
16	arch_debug.cpp
17	arch_elf.cpp
18	arch_exceptions.S
19	arch_int.cpp
20	arch_mmu.cpp
21	arch_platform.cpp
22	arch_real_time_clock.cpp
23	arch_smp.c
24	arch_system_info.c
25	arch_thread.c
26	arch_timer.c
27	arch_user_debugger.cpp
28	arch_vm.cpp
29	arch_vm_translation_map.cpp
30	arch_asm.S
31
32	generic_vm_physical_page_mapper.cpp
33	:
34	$(TARGET_KERNEL_PIC_CCFLAGS) -Wno-unused
35;
36