2003-09-03 02:03:28 +00:00
|
|
|
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
|
2003-10-01 01:29:42 +00:00
|
|
|
<$(SOURCE_GRIST)>misc.c
|
2003-10-16 18:06:25 +00:00
|
|
|
<$(SOURCE_GRIST)>mmu.cpp
|
2003-09-03 02:03:28 +00:00
|
|
|
<$(SOURCE_GRIST)>Handle.cpp
|
|
|
|
|
<$(SOURCE_GRIST)>devices.cpp
|
|
|
|
|
<$(SOURCE_GRIST)>console.cpp
|
|
|
|
|
<$(SOURCE_GRIST)>heap.cpp
|
2004-06-17 12:22:10 +00:00
|
|
|
<$(SOURCE_GRIST)>video.cpp
|
2004-08-16 15:21:23 +00:00
|
|
|
<$(SOURCE_GRIST)>menu.cpp
|
2003-09-03 02:03:28 +00:00
|
|
|
:
|
2003-11-03 13:56:13 +00:00
|
|
|
: boot_platform_openfirmware_$(OBOS_ARCH).a
|
2003-09-03 02:03:28 +00:00
|
|
|
;
|
|
|
|
|
|
|
|
|
|
SEARCH on [ FGristFiles crt0.S ]
|
|
|
|
|
= [ FDirName $(OBOS_TOP) src kernel boot arch $(OBOS_ARCH) ] ;
|
2003-10-11 19:06:28 +00:00
|
|
|
|
|
|
|
|
SubInclude OBOS_TOP src kernel boot platform openfirmware arch ;
|