PPC: Move asm helpers to U-Boot arch Jamfile

* the OpenFirmware arch/ppc/Jamfile already has it, so move it to avoid duplicated symbols.
This commit is contained in:
François Revol
2012-05-24 21:55:21 +02:00
parent 93d5b79f06
commit 1348022133
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -19,14 +19,13 @@ KernelMergeObject boot_arch_$(TARGET_ARCH).o :
debug_uart_8250.cpp
arch_uart_8250.cpp
arch_elf.cpp
arch_cpu_asm.S
: # additional flags
:
$(kernelArchObjects)
$(kernelLibArchObjects)
;
SEARCH on [ FGristFiles arch_elf.cpp arch_uart_8250.cpp arch_cpu_asm.S ]
SEARCH on [ FGristFiles arch_elf.cpp arch_uart_8250.cpp ]
= [ FDirName $(HAIKU_TOP) src system kernel arch $(TARGET_ARCH) ] ;
SEARCH on [ FGristFiles debug_uart_8250.cpp ]
@@ -13,7 +13,7 @@ KernelMergeObject boot_platform_u-boot_ppc.o :
shell.S
#arch_mmu.cpp
#arch_cpu_asm.S
arch_cpu_asm.S
arch_start_kernel.S
arch_cpu.cpp
#mmu.cpp