blob: 0354a4211013e28115309fb142a24eb4023abadd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Target: AVR
TDEPFILES= avr-tdep.o
#
# There is no simulator provided with gdb (yet).
#
# See <http://savannah.gnu.org/projects/simulavr/> for the simulator
# used during development of avr support for gdb.
#
# Simulator: AVR
#SIM_OBS = remote-sim.o
#SIM = ../sim/avr/libsim.a
|