Pull in a few more kgdb-related bits. Getting there...
This commit is contained in:
parent
28a3c86926
commit
0066f1fb4e
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.mac68k,v 1.61 1998/04/12 23:47:43 tv Exp $
|
||||
# $NetBSD: Makefile.mac68k,v 1.62 1998/04/24 05:15:25 scottr Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
@ -181,6 +181,9 @@ uipc_proto.o vfs_conf.o: Makefile
|
||||
# depend on maxusers
|
||||
genassym.o machdep.o: Makefile
|
||||
|
||||
# depends on KGDBDEV, KGDBRATE
|
||||
kgdb_stub.o: Makefile
|
||||
|
||||
# depend on CPU configuration
|
||||
locore.o pmap.o trap.o: Makefile
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.mac68k,v 1.79 1998/03/31 22:09:28 ender Exp $
|
||||
# $NetBSD: files.mac68k,v 1.80 1998/04/24 05:15:25 scottr Exp $
|
||||
|
||||
# mac68k-specific configuration info
|
||||
|
||||
@ -97,15 +97,15 @@ file dev/ic/z8530sc.c zsc
|
||||
|
||||
device zstty: tty
|
||||
attach zstty at zsc
|
||||
#file arch/mac68k/dev/z8530tty.c zstty needs-flag
|
||||
file dev/ic/z8530tty.c zstty needs-flag
|
||||
file arch/mac68k/dev/zs_kgdb.c kgdb
|
||||
|
||||
# This one is out of alphabetical order
|
||||
device fpu
|
||||
attach fpu at mainbus
|
||||
file arch/mac68k/mac68k/fpu.c fpu
|
||||
|
||||
file arch/m68k/m68k/db_memrw.c ddb
|
||||
file arch/m68k/m68k/db_memrw.c ddb | kgdb
|
||||
include "arch/m68k/fpe/files.fpe"
|
||||
|
||||
file arch/mac68k/mac68k/autoconf.c
|
||||
@ -113,6 +113,7 @@ file arch/mac68k/mac68k/bus_space.c
|
||||
file arch/mac68k/mac68k/clock.c
|
||||
file arch/mac68k/mac68k/conf.c
|
||||
file arch/mac68k/mac68k/disksubr.c disk
|
||||
file arch/mac68k/mac68k/kgdb_machdep.c kgdb
|
||||
file arch/mac68k/mac68k/machdep.c
|
||||
file arch/mac68k/mac68k/macrom.c
|
||||
file arch/mac68k/mac68k/macromasm.s
|
||||
|
Loading…
Reference in New Issue
Block a user