xref: /haiku/src/system/boot/platform/openfirmware/Jamfile (revision b6add3ffb67db23d3c873c4614750a9bd1164be1)
1338b8dc3SIngo WeinholdSubDir HAIKU_TOP src system boot platform openfirmware ;
25af32e75SAxel Dörfler
31ea618c5SJérôme DuvalSubDirC++Flags -D_BOOT_MODE -fno-rtti ;
45af32e75SAxel Dörfler
55af32e75SAxel DörflerKernelMergeObject boot_platform_openfirmware.o :
644c11fdbSIngo Weinhold	console.cpp
7*b6add3ffSAxel Dörfler	debug.cpp
844c11fdbSIngo Weinhold	devices.cpp
944c11fdbSIngo Weinhold	Handle.cpp
1044c11fdbSIngo Weinhold	heap.cpp
1144c11fdbSIngo Weinhold	menu.cpp
1244c11fdbSIngo Weinhold	mmu.cpp
13d561d0adSIngo Weinhold	network.cpp
14e55e1a0eSIngo Weinhold	real_time_clock.cpp
15*b6add3ffSAxel Dörfler	start.cpp
16d561d0adSIngo Weinhold	support.cpp
1744c11fdbSIngo Weinhold	video.cpp
1844c11fdbSIngo Weinhold
19bd185b41SIngo Weinhold	openfirmware.cpp
20f602da2bSIngo Weinhold	openfirmware_devices.cpp
21957a1b17SIngo Weinhold
2244c11fdbSIngo Weinhold	# generic
2344c11fdbSIngo Weinhold	text_menu.cpp
245af32e75SAxel Dörfler	:
25338b8dc3SIngo Weinhold	: boot_platform_openfirmware_$(TARGET_ARCH).a
265af32e75SAxel Dörfler;
275af32e75SAxel Dörfler
2844c11fdbSIngo WeinholdSEARCH on [ FGristFiles text_menu.cpp ]
2944c11fdbSIngo Weinhold	= [ FDirName $(HAIKU_TOP) src system boot platform generic ] ;
30bd185b41SIngo WeinholdSEARCH on [ FGristFiles openfirmware.cpp openfirmware_devices.cpp ]
31957a1b17SIngo Weinhold	= [ FDirName $(HAIKU_TOP) src system kernel platform openfirmware ] ;
325af32e75SAxel Dörfler
33338b8dc3SIngo WeinholdSubInclude HAIKU_TOP src system boot platform openfirmware arch ;
34