diff options
Diffstat (limited to 'sim/mn10300/Makefile.in')
-rw-r--r-- | sim/mn10300/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/mn10300/Makefile.in b/sim/mn10300/Makefile.in index ba48273..968378c 100644 --- a/sim/mn10300/Makefile.in +++ b/sim/mn10300/Makefile.in @@ -25,6 +25,8 @@ MN10300_OBJS = \ SIM_OBJS = $(MN10300_OBJS) interp.o +SIM_EXTRA_HW_DEVICES = mn103cpu mn103int mn103tim mn103ser mn103iop + SIM_EXTRA_CLEAN = clean-igen # Extra dependencies for "sim-main.h" SIM_EXTRA_DEPS = mn10300_sim.h itable.h idecode.h |