Files
haiku-beta6/src/kernel/boot/platform/openfirmware/Jamfile
T
Axel Dörfler 8dd184dc16 Added (empty) missing video and menu functions to make the boot loader build again.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8591 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-08-16 15:21:23 +00:00

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 ;