SubDir HAIKU_TOP src system boot arch ppc ; local kernelLibArchObjects = byteorder.o memcpy.o memset.o ; local platform ; for platform in [ MultiBootSubDirSetup openfirmware ] { on $(platform) { DEFINES += _BOOT_MODE ; BootMergeObject [ FGristFiles boot_arch_$(TARGET_KERNEL_ARCH).o ] : debug_uart_8250.cpp #arch_uart_8250.cpp arch_elf.cpp : # additional flags : $(kernelArchObjects) $(kernelLibArchObjects) ; SEARCH on [ FGristFiles arch_elf.cpp arch_uart_8250.cpp ] = [ FDirName $(HAIKU_TOP) src system kernel arch $(TARGET_KERNEL_ARCH) ] ; SEARCH on [ FGristFiles debug_uart_8250.cpp ] = [ FDirName $(HAIKU_TOP) src system kernel arch generic ] ; } }