1SubDir HAIKU_TOP src system boot platform openfirmware arch ppc ; 2 3SubDirHdrs $(HAIKU_TOP) src system boot platform $(TARGET_BOOT_PLATFORM) ; 4 5SubDirC++Flags -fno-rtti ; 6 7KernelStaticLibrary boot_platform_openfirmware_ppc : 8 arch_mmu.cpp 9 arch_cpu_asm.S 10 mmu.cpp 11 : 12 ; 13 14SEARCH on [ FGristFiles arch_cpu_asm.S arch_mmu.cpp ] 15 = [ FDirName $(HAIKU_TOP) src system kernel arch $(TARGET_ARCH) ] ; 16