From 71848dd62f54b8d2b608ff6f6dbf3dad8209785b Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Wed, 11 Jan 2006 14:26:15 +0000 Subject: [PATCH] arch_elf.c -> arch_elf.cpp git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15910 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/kernel/arch/ppc/Jamfile | 2 +- src/system/kernel/arch/ppc/{arch_elf.c => arch_elf.cpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/system/kernel/arch/ppc/{arch_elf.c => arch_elf.cpp} (100%) 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