diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-11-15 01:04:31 -0800 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-11-15 08:15:04 -0500 |
commit | 8ae8f9c382591537963adf2398cb508c4cb3ac54 (patch) | |
tree | 54e2bf0720488f5384035da655bdead62b0d6cd7 /sim/h8300/Makefile.in | |
parent | 7eed1055b89ad3207151734d34849dd8631d2da2 (diff) | |
download | gdb-8ae8f9c382591537963adf2398cb508c4cb3ac54.zip gdb-8ae8f9c382591537963adf2398cb508c4cb3ac54.tar.gz gdb-8ae8f9c382591537963adf2398cb508c4cb3ac54.tar.bz2 |
sim: h8300: convert to common sim_{reason,stop}
This ends up being pretty easy as the h8300 port already supports
much of the common engine core.
Diffstat (limited to 'sim/h8300/Makefile.in')
-rw-r--r-- | sim/h8300/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sim/h8300/Makefile.in b/sim/h8300/Makefile.in index c8e2ac7..a7f23fb 100644 --- a/sim/h8300/Makefile.in +++ b/sim/h8300/Makefile.in @@ -18,7 +18,9 @@ ## COMMON_PRE_CONFIG_FRAG SIM_OBJS = compile.o \ - $(SIM_NEW_COMMON_OBJS) + $(SIM_NEW_COMMON_OBJS) \ + sim-reason.o \ + sim-stop.o ## COMMON_POST_CONFIG_FRAG |