aboutsummaryrefslogtreecommitdiff
path: root/sim/m32r/Makefile.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-12-25 13:04:26 -0500
committerMike Frysinger <vapier@gentoo.org>2015-12-25 13:09:42 -0500
commit9c0c156bb7ddca2d3fce7bea96631715f8c67390 (patch)
tree36c0f04556bd643f4241b62269ff876357425c62 /sim/m32r/Makefile.in
parent34cf511206839b0f2b76870bf2d487c2dbcdbc1f (diff)
downloadfsf-binutils-gdb-9c0c156bb7ddca2d3fce7bea96631715f8c67390.zip
fsf-binutils-gdb-9c0c156bb7ddca2d3fce7bea96631715f8c67390.tar.gz
fsf-binutils-gdb-9c0c156bb7ddca2d3fce7bea96631715f8c67390.tar.bz2
sim: m32r: migrate from WITH_DEVICES to WITH_HW
The m32r port was using the device framework to handle two devices: the cache and uart registers. Both can be implemented in the newer hardware framework instead which allows us to drop the device logic entirely, as well as delete the tconfig.h file. While creating the new uart device model, I also added support for using stdin to read/write data rather than only supporting sockets. This has been lightly tested as there doesn't appear to be test coverage for the code already. If anyone still cares about this port, then they should (hopefully) file bug reports.
Diffstat (limited to 'sim/m32r/Makefile.in')
-rw-r--r--sim/m32r/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/sim/m32r/Makefile.in b/sim/m32r/Makefile.in
index ca5c49d..d57a984 100644
--- a/sim/m32r/Makefile.in
+++ b/sim/m32r/Makefile.in
@@ -33,8 +33,7 @@ SIM_OBJS = \
$(M32R_OBJS) \
$(M32RX_OBJS) \
$(M32R2_OBJS) \
- $(TRAPS_OBJ) \
- devices.o
+ $(TRAPS_OBJ)
# Extra headers included by sim-main.h.
SIM_EXTRA_DEPS = \