Catch up with the move from mips32/.

This commit is contained in:
David E. O'Brien 2008-09-03 18:49:54 +00:00
parent 86102aae67
commit 9014c90537
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=182738
5 changed files with 7 additions and 5 deletions

View File

@ -1,8 +1,9 @@
# $FreeBSD$
# Standard include file for ADM5120
files "../adm5120/files.adm5120"
cpu CPU_MIPS4KC
files "../mips32/adm5120/files.adm5120"
options ISA_MIPS32
# device admpci

View File

@ -27,7 +27,7 @@ makeoptions MIPS_LITTLE_ENDIAN=defined
makeoptions MODULES_OVERRIDE=""
options KERNVIRTADDR=0x80100000
include "../mips32/adm5120/std.adm5120"
include "../adm5120/std.adm5120"
hints "ADM5120.hints" #Default places to look for devices.

View File

@ -7,7 +7,7 @@ ident RB532
# Don't build any modules yet.
makeoptions MODULES_OVERRIDE=""
include "../mips32/idt/std.idt"
include "../idt/std.idt"
hints "IDT.hints" #Default places to look for devices.
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols

View File

@ -34,7 +34,7 @@ options CPU_SENTRY5 # XXX should this be a
# XXX only siba should be hardwired for now; we will use
# bus enumeration there
files "../mips32/sentry5/files.sentry5"
files "../sentry5/files.sentry5"
hints "SENTRY5.hints"
# sentry5 normally ships with cfe firmware; use the console for now

View File

@ -1,5 +1,6 @@
# $FreeBSD$
# Standard include file for IDT
files "../mips32/idt/files.idt"
files "../idt/files.idt"
options ISA_MIPS32