0560d8b947
The Iyonix is a desktop machine from Castle Technology, based on a 600MHz XScale[tm] 80321 processor. * Uses the bootloader from NetBSD/acorn32, which is now 32-bit compatible. * Currently boots multiuser with a serial console. * Device support is not yet complete. With help from abs.
22 lines
744 B
Makefile
22 lines
744 B
Makefile
# $NetBSD: Makefile,v 1.7 2004/10/13 23:28:35 gavan Exp $
|
|
#
|
|
# sysinst is usually built when the crunched install binary is built,
|
|
# but can be built here as a normal program for testing.
|
|
|
|
SUBDIR = arch/${MACHINE}
|
|
|
|
.if ALL_MACHINES
|
|
SUBDIR = arch/acorn26 arch/acorn32 arch/alpha arch/amd64
|
|
SUBDIR += arch/amiga arch/arc arch/atari arch/bebox
|
|
SUBDIR += arch/cats arch/evbarm arch/evbppc arch/hp300
|
|
SUBDIR += arch/hpcmips arch/i386 arch/mac68k arch/macppc
|
|
SUBDIR += arch/mipsco arch/mvme68k arch/news68k arch/newsmips
|
|
SUBDIR += arch/pc532 arch/playstation2 arch/pmax arch/prep
|
|
SUBDIR += arch/sandpoint arch/sgimips arch/shark arch/sparc
|
|
SUBDIR += arch/sparc64 arch/vax arch/x68k
|
|
# XXX notyet SUBDIR += arch/iyonix
|
|
.endif
|
|
|
|
|
|
.include <bsd.subdir.mk>
|