Add support for the w89k and op50n PA target board code.
This commit is contained in:
parent
25ca0dfc5a
commit
32cb1c537c
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
# communicate with a m68k based debug monitor. Communications
|
||||
# is facilitated via either a serial line, or a TCP or TELNET connection to
|
||||
# a serial line on a terminal multiplexor.
|
||||
TDEPFILES= hppa-pinsn.o hppa-tdep.o remote-mon.o
|
||||
REMOTE_O=dcache.o remote.o remote-pa.o remote-utils.o
|
||||
TDEPFILES= hppa-pinsn.o hppa-tdep.o
|
||||
REMOTE_O=dcache.o remote.o remote-utils.o exec.o op50-rom.o w89k-rom.o monitor.o
|
||||
XDEPFILES= ser-tcp.o
|
||||
TM_FILE= tm-hppab.h
|
||||
|
|
Loading…
Reference in a new issue