xref: /haiku/src/system/boot/platform/openfirmware/Jamfile (revision 60c26cd332a044bb9003091b9196cc404ebe5482)
1SubDir HAIKU_TOP src system boot platform openfirmware ;
2
3SubDirC++Flags -D_BOOT_MODE -fno-rtti ;
4
5KernelMergeObject boot_platform_openfirmware.o :
6	console.cpp
7	debug.cpp
8	devices.cpp
9	Handle.cpp
10	heap.cpp
11	menu.cpp
12	mmu.cpp
13	network.cpp
14	real_time_clock.cpp
15	start.cpp
16	support.cpp
17	video.cpp
18
19	openfirmware.cpp
20	openfirmware_devices.cpp
21
22	# generic
23	text_menu.cpp
24	:
25	: boot_platform_openfirmware_$(TARGET_ARCH).a
26;
27
28SEARCH on [ FGristFiles text_menu.cpp ]
29	= [ FDirName $(HAIKU_TOP) src system boot platform generic ] ;
30SEARCH on [ FGristFiles openfirmware.cpp openfirmware_devices.cpp ]
31	= [ FDirName $(HAIKU_TOP) src system kernel platform openfirmware ] ;
32
33SubInclude HAIKU_TOP src system boot platform openfirmware arch ;
34