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:
@@ -24,6 +24,11 @@ local librootFunctions =
|
|||||||
strtol.o
|
strtol.o
|
||||||
;
|
;
|
||||||
|
|
||||||
|
local platformObjects = ;
|
||||||
|
if $(TARGET_ARCH) = x86 {
|
||||||
|
platformObjects += <src!system!kernel!arch!$(TARGET_ARCH)>cpuid.o ;
|
||||||
|
}
|
||||||
|
|
||||||
KernelLd boot_loader :
|
KernelLd boot_loader :
|
||||||
boot_platform_$(TARGET_BOOT_PLATFORM).o
|
boot_platform_$(TARGET_BOOT_PLATFORM).o
|
||||||
boot_loader.a
|
boot_loader.a
|
||||||
@@ -40,8 +45,8 @@ KernelLd boot_loader :
|
|||||||
# kernel)
|
# kernel)
|
||||||
$(librootFunctions:G=src!system!kernel!lib)
|
$(librootFunctions:G=src!system!kernel!lib)
|
||||||
|
|
||||||
# other kernel objects
|
# platform specific objects
|
||||||
<src!system!kernel!arch!$(TARGET_ARCH)>cpuid.o
|
$(platformObjects)
|
||||||
|
|
||||||
: $(HAIKU_TOP)/src/system/ldscripts/$(TARGET_ARCH)/boot_loader.ld
|
: $(HAIKU_TOP)/src/system/ldscripts/$(TARGET_ARCH)/boot_loader.ld
|
||||||
: -Bstatic
|
: -Bstatic
|
||||||
|
|||||||
Reference in New Issue
Block a user