blob: 84b6eb228aabc65d2ba9ec578bbaf922612a9a00 (
plain)
1
2
3
4
5
6
7
|
# Target: TI TMS320C80 (MVP) processor
TDEPFILES= tic80-tdep.o
TM_FILE= tm-tic80.h
# Disable using the simulator until it is ready.
SIM_OBS = remote-sim.o
SIM = ../sim/tic80/libsim.a -lm
|