blob: b114c18d4f2d1b0b7c60aec7907e92a3734ddc96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: files.hpc,v 1.6 2001/12/11 04:46:39 shin Exp $
#
# STANDALONE BOOT or BOOT from WinCE
#
defflag BOOT_STANDALONE
#
# Specified platform only?
#
defparam SPEC_PLATFORM
#
# hpc support functions
#
file arch/hpc/hpc/config_hook.c
file arch/hpc/hpc/platid.c
file arch/hpc/hpc/platid_mask.c
file arch/hpc/hpc/platid_name.c
|