diff options
Diffstat (limited to 'sim/avr/Makefile.in')
-rw-r--r-- | sim/avr/Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/avr/Makefile.in b/sim/avr/Makefile.in index b767f51..b852211 100644 --- a/sim/avr/Makefile.in +++ b/sim/avr/Makefile.in @@ -16,6 +16,11 @@ ## COMMON_PRE_CONFIG_FRAG +SIM_EXTRA_CFLAGS = -DSIM_USE_DEPRECATED_RUN_FRONTEND + +# Use the deprecated run frontend until we migrate to nrun.o +SIM_RUN_OBJS = run.o + SIM_OBJS = interp.o sim-load.o SIM_EXTRA_LIBS = -lm |