diff options
Diffstat (limited to 'sim/mn10300/Makefile.in')
-rw-r--r-- | sim/mn10300/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sim/mn10300/Makefile.in b/sim/mn10300/Makefile.in index 50d96e0..34c12bf 100644 --- a/sim/mn10300/Makefile.in +++ b/sim/mn10300/Makefile.in @@ -19,9 +19,11 @@ ## COMMON_PRE_CONFIG_FRAG SIM_OBJS = interp.o table.o simops.o sim-load.o -SIM_EXTRA_CFLAGS = -I$(srcdir)/../../libgloss/mn10300/sys SIM_EXTRA_CLEAN = clean-extra +# This selects the m32r newlib/libgloss syscall definitions. +NL_TARGET = -DNL_TARGET_mn10300 + INCLUDE = mn10300_sim.h $(srcdir)/../../include/callback.h ## COMMON_POST_CONFIG_FRAG |