]>
Commit | Line | Data |
---|---|---|
d7df19a6 RS |
1 | # Target: Motorola rom68k boot monitor (from Integrated Systems) |
2 | # Target: Motorola bug monitor. | |
3 | # These defines should give you a gdb running on anything that will be able to | |
4 | # communicate with a m68k based debug monitor. Communications | |
5 | # is facilitated via either a serial line, or a TCP or TELNET connection to | |
6 | # a serial line on a terminal multiplexor. | |
7 | TDEPFILES= exec.o m68k-pinsn.o m68k-tdep.o remote-monitor.o | |
8 | TM_FILE= tm-monitor.h |