git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8591 a95241bf-73f2-0310-859d-f6bbb57e9c96
23 lines
631 B
Plaintext
23 lines
631 B
Plaintext
SubDir OBOS_TOP src kernel boot platform openfirmware ;
|
|
|
|
KernelMergeObject boot_platform_openfirmware.o :
|
|
<$(SOURCE_GRIST)>start.c
|
|
<$(SOURCE_GRIST)>openfirmware.c
|
|
<$(SOURCE_GRIST)>debug.c
|
|
<$(SOURCE_GRIST)>misc.c
|
|
<$(SOURCE_GRIST)>mmu.cpp
|
|
<$(SOURCE_GRIST)>Handle.cpp
|
|
<$(SOURCE_GRIST)>devices.cpp
|
|
<$(SOURCE_GRIST)>console.cpp
|
|
<$(SOURCE_GRIST)>heap.cpp
|
|
<$(SOURCE_GRIST)>video.cpp
|
|
<$(SOURCE_GRIST)>menu.cpp
|
|
:
|
|
: boot_platform_openfirmware_$(OBOS_ARCH).a
|
|
;
|
|
|
|
SEARCH on [ FGristFiles crt0.S ]
|
|
= [ FDirName $(OBOS_TOP) src kernel boot arch $(OBOS_ARCH) ] ;
|
|
|
|
SubInclude OBOS_TOP src kernel boot platform openfirmware arch ;
|