68ea01249e
This is the partitioning system used on sparc machines. Confirmed working with a Solaris install iso image. Added to the haiku package for sparc and to haiku_extras for other architectures. Fixes #15638 Change-Id: I0584bef5e6a66eff9a33eb6675d5533cc9a45d1e Reviewed-on: https://review.haiku-os.org/c/haiku/+/2709 Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
14 lines
353 B
Plaintext
14 lines
353 B
Plaintext
local architecture = $(HAIKU_PACKAGING_ARCHS[1]) ;
|
|
|
|
local extrasPackage = haiku_extras.hpkg ;
|
|
HaikuPackage $(extrasPackage) ;
|
|
|
|
# kernel modules
|
|
AddFilesToPackage add-ons kernel partitioning_systems
|
|
: amiga_rdb@!m68k apple@!ppc sun@!sparc ;
|
|
|
|
AddFilesToPackage add-ons control_look : BeControlLook ;
|
|
|
|
BuildHaikuPackage $(extrasPackage) : haiku_extras ;
|
|
|