diff --git a/src/system/kernel/arch/ppc/Jamfile b/src/system/kernel/arch/ppc/Jamfile index 6d9abf47f9..74ca58d3d7 100644 --- a/src/system/kernel/arch/ppc/Jamfile +++ b/src/system/kernel/arch/ppc/Jamfile @@ -10,7 +10,7 @@ KernelStaticLibrary libppc : arch_cpu_asm.S arch_debug_console.cpp arch_debug.cpp - arch_elf.c + arch_elf.cpp arch_exceptions.S arch_int.cpp arch_mmu.cpp diff --git a/src/system/kernel/arch/ppc/arch_elf.c b/src/system/kernel/arch/ppc/arch_elf.cpp similarity index 100% rename from src/system/kernel/arch/ppc/arch_elf.c rename to src/system/kernel/arch/ppc/arch_elf.cpp