diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-12-30 04:28:10 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-12-30 05:27:18 -0500 |
commit | 4ca9d09e826e959f382ab45b2e1dfa8125135124 (patch) | |
tree | 55f210b8f1c00b94ba1e367d156a06460b07ba48 /sim/h8300/Makefile.in | |
parent | 5658c2571f34fcf7f0f10dbd45ddc6680aa57576 (diff) | |
download | binutils-4ca9d09e826e959f382ab45b2e1dfa8125135124.zip binutils-4ca9d09e826e959f382ab45b2e1dfa8125135124.tar.gz binutils-4ca9d09e826e959f382ab45b2e1dfa8125135124.tar.bz2 |
sim: h8300: switch to common sim-resume
Diffstat (limited to 'sim/h8300/Makefile.in')
-rw-r--r-- | sim/h8300/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/h8300/Makefile.in b/sim/h8300/Makefile.in index 468ecc4..f63cffd 100644 --- a/sim/h8300/Makefile.in +++ b/sim/h8300/Makefile.in @@ -18,6 +18,7 @@ ## COMMON_PRE_CONFIG_FRAG SIM_OBJS = compile.o \ - $(SIM_NEW_COMMON_OBJS) + $(SIM_NEW_COMMON_OBJS) \ + sim-resume.o ## COMMON_POST_CONFIG_FRAG |