Fix u-boot ppc jamfile
* fix leftover openfirmware stuff from copy-paste. * shell.S is still missing.
This commit is contained in:
@@ -1,18 +1,23 @@
|
|||||||
SubDir HAIKU_TOP src system boot platform openfirmware arch ppc ;
|
SubDir HAIKU_TOP src system boot platform u-boot arch ppc ;
|
||||||
|
|
||||||
SubDirHdrs $(HAIKU_TOP) src system boot platform $(TARGET_BOOT_PLATFORM) ;
|
SubDirHdrs $(HAIKU_TOP) src system boot platform $(TARGET_BOOT_PLATFORM) ;
|
||||||
UsePrivateSystemHeaders ;
|
UsePrivateSystemHeaders ;
|
||||||
UsePrivateHeaders kernel [ FDirName kernel arch $(TARGET_ARCH) ]
|
UsePrivateHeaders kernel [ FDirName kernel arch $(TARGET_ARCH) ]
|
||||||
[ FDirName kernel boot platform $(HAIKU_BOOT_PLATFORM) ] ;
|
[ FDirName kernel boot platform $(HAIKU_BOOT_PLATFORM) ] ;
|
||||||
|
UsePrivateHeaders [ FDirName kernel arch $(TARGET_ARCH) board $(TARGET_BOOT_BOARD) ] ;
|
||||||
|
|
||||||
SubDirC++Flags -fno-rtti ;
|
SubDirC++Flags -fno-rtti ;
|
||||||
|
|
||||||
KernelStaticLibrary boot_platform_openfirmware_ppc :
|
KernelMergeObject boot_platform_u-boot_ppc.o :
|
||||||
arch_mmu.cpp
|
# must come first to have _start_* at correct locations
|
||||||
arch_cpu_asm.S
|
shell.S
|
||||||
|
|
||||||
|
#arch_mmu.cpp
|
||||||
|
#arch_cpu_asm.S
|
||||||
arch_start_kernel.S
|
arch_start_kernel.S
|
||||||
cpu.cpp
|
#cpu.cpp
|
||||||
mmu.cpp
|
#mmu.cpp
|
||||||
|
: -fno-pic
|
||||||
;
|
;
|
||||||
|
|
||||||
SEARCH on [ FGristFiles arch_cpu_asm.S arch_mmu.cpp ]
|
SEARCH on [ FGristFiles arch_cpu_asm.S arch_mmu.cpp ]
|
||||||
|
|||||||
Reference in New Issue
Block a user