2003-06-14 22:54:57 +04:00
|
|
|
# $NetBSD: std.netwinder,v 1.12 2003/06/14 18:54:57 uwe Exp $
|
2001-04-19 11:01:11 +04:00
|
|
|
#
|
|
|
|
# standard NetBSD/netwinder options
|
|
|
|
|
|
|
|
machine netwinder arm
|
|
|
|
|
|
|
|
options EXEC_AOUT
|
|
|
|
options EXEC_SCRIPT
|
2001-11-20 15:56:17 +03:00
|
|
|
options EXEC_ELF32
|
2001-04-19 11:01:11 +04:00
|
|
|
|
|
|
|
# To support easy transit to ../arch/arm/arm32
|
2001-11-20 15:56:17 +03:00
|
|
|
options ARM32
|
2001-06-11 21:46:23 +04:00
|
|
|
|
2003-01-03 03:55:59 +03:00
|
|
|
options ARM_INTR_IMPL="<arm/footbridge/footbridge_intr.h>"
|
|
|
|
|
2001-06-11 21:46:23 +04:00
|
|
|
makeoptions LOADADDRESS="0xF000C000"
|
2001-12-09 08:00:40 +03:00
|
|
|
makeoptions ENTRYPOINT="nwstart"
|
2003-06-14 22:54:57 +04:00
|
|
|
|
|
|
|
# Firmware leaves pckbc uninited
|
|
|
|
options PCKBC_CNATTACH_SELFTEST
|