diff options
Diffstat (limited to 'sim/mn10300/Makefile.in')
-rw-r--r-- | sim/mn10300/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/mn10300/Makefile.in b/sim/mn10300/Makefile.in index f5123c4..612576c 100644 --- a/sim/mn10300/Makefile.in +++ b/sim/mn10300/Makefile.in @@ -51,7 +51,7 @@ NL_TARGET = -DNL_TARGET_mn10300 INCLUDE = mn10300_sim.h $(srcdir)/../../include/callback.h # List of extra flags to always pass to $(CC). -SIM_EXTRA_CFLAGS = @sim_gen@ +SIM_EXTRA_CFLAGS = @sim_gen@ -DPOLL_QUIT_INTERVAL=0x20 ## COMMON_POST_CONFIG_FRAG |