Thanks to Ingo's change in KernelMergeObject, the arch-specific part of

the OpenFirmware platform is now linked in directly.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5246 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-11-03 13:56:13 +00:00
parent a3d605ae27
commit 558d32f86a

View File

@ -1,7 +1,6 @@
SubDir OBOS_TOP src kernel boot platform openfirmware ;
KernelMergeObject boot_platform_openfirmware.o :
# crt0.S
<$(SOURCE_GRIST)>start.c
<$(SOURCE_GRIST)>openfirmware.c
<$(SOURCE_GRIST)>debug.c
@ -12,6 +11,7 @@ KernelMergeObject boot_platform_openfirmware.o :
<$(SOURCE_GRIST)>console.cpp
<$(SOURCE_GRIST)>heap.cpp
:
: boot_platform_openfirmware_$(OBOS_ARCH).a
;
SEARCH on [ FGristFiles crt0.S ]