Removed cpuid.o from boot loader build for PPC.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15412 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-12-08 11:08:26 +00:00
parent 185a5a57cd
commit 7cc34f755b
+7 -2
View File
@@ -24,6 +24,11 @@ local librootFunctions =
strtol.o
;
local platformObjects = ;
if $(TARGET_ARCH) = x86 {
platformObjects += <src!system!kernel!arch!$(TARGET_ARCH)>cpuid.o ;
}
KernelLd boot_loader :
boot_platform_$(TARGET_BOOT_PLATFORM).o
boot_loader.a
@@ -40,8 +45,8 @@ KernelLd boot_loader :
# kernel)
$(librootFunctions:G=src!system!kernel!lib)
# other kernel objects
<src!system!kernel!arch!$(TARGET_ARCH)>cpuid.o
# platform specific objects
$(platformObjects)
: $(HAIKU_TOP)/src/system/ldscripts/$(TARGET_ARCH)/boot_loader.ld
: -Bstatic