PPC: Add some kernel asm helpers to the bootloader

* get/set_msr() will be useful for U-Boot.
This commit is contained in:
François Revol 2012-05-24 21:16:56 +02:00
parent 134ef79db0
commit 6ca4ac0978

View File

@ -19,13 +19,14 @@ 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 ]
SEARCH on [ FGristFiles arch_elf.cpp arch_uart_8250.cpp arch_cpu_asm.S ]
= [ FDirName $(HAIKU_TOP) src system kernel arch $(TARGET_ARCH) ] ;
SEARCH on [ FGristFiles debug_uart_8250.cpp ]