Files
haiku-beta6/src/kernel/boot/platform/openfirmware/Jamfile
T

23 lines
631 B
Plaintext
Raw Normal View History

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
2003-10-16 18:06:25 +00:00
<$(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 ;