Home
last modified time | relevance | path

Searched +full:binary +full:/ +full:mips +full:/ +full:hpcboot +full:. +full:exe (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/hpc/stand/
H A DMakefile1 # $NetBSD: Makefile,v 1.25 2014/01/16 01:15:34 christos Exp $
4 .include <bsd.own.mk>
6 PROJECT_DIRS= hpcboot libz libsa
8 UUDECODE_FILES= binary/ARM/hpcboot.exe \
9 binary/SH3/hpcboot.exe \
10 binary/MIPS/hpcboot.exe \
11 binary/SH4/hpcboot.exe
14 # Generate project/work files for
20 ${HOST_SH} dspgen/config.sh evc3 $$d || exit 1; \
22 ${HOST_SH} dspgen/gen_workspace.sh evc3 hpc_stand.vcw $(PROJECT_DIRS)
[all …]
H A DREADME1 $NetBSD: README,v 1.6 2008/02/26 21:46:38 rafal Exp $
4 'make all' uudecode all binaries.
5 hpcboot.exe were compiled for H/PC Pro 2.11 by eMbedded Visual C++ 3.0
7 binary/ARM/hpcboot.exe
8 binary/MIPS/hpcboot.exe *
9 binary/SH3/hpcboot.exe
10 binary/SH4/hpcboot.exe
11 * for MIPS, use pbsdboot.exe (sys/arch/hpcmips/stand/pbsdboot)
15 1. Generate work space and project files.
20 # ARM, not promoted to binary directory).
[all …]
/netbsd-src/distrib/hpcmips/stand/
H A DMakefile1 # $NetBSD: Makefile,v 1.2 2008/06/23 02:16:53 matt Exp $
3 .include <bsd.own.mk>
4 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
6 .include <bsd.kernobj.mk>
8 PBSDBOOTDIR= ${KERNSRCDIR}/arch/${MACHINE}/stand/pbsdboot
9 PBSDBOOT= pbsdboot.exe
10 PBSDBOOT1= pbsdboot1.exe
11 HPCBOOTDIR= ${KERNSRCDIR}/arch/hpc/stand/binary/MIPS
12 HPCBOOT= hpcboot.exe macro
14 .PATH: ${PBSDBOOTDIR} ${HPCBOOTDIR}
[all …]