diff options
Diffstat (limited to 'sim/lm32')
-rw-r--r-- | sim/lm32/ChangeLog | 4 | ||||
-rw-r--r-- | sim/lm32/Makefile.in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/sim/lm32/ChangeLog b/sim/lm32/ChangeLog index 8567e61..954cd83 100644 --- a/sim/lm32/ChangeLog +++ b/sim/lm32/ChangeLog @@ -1,3 +1,7 @@ +2015-03-15 Mike Frysinger <vapier@gentoo.org> + + * Makefile.in (SIM_OBJS): Add @SIM_DV_SOCKSER_O@. + 2015-03-14 Mike Frysinger <vapier@gentoo.org> * Makefile.in (SIM_RUN_OBJS): Delete. diff --git a/sim/lm32/Makefile.in b/sim/lm32/Makefile.in index 60420a1..61e4137 100644 --- a/sim/lm32/Makefile.in +++ b/sim/lm32/Makefile.in @@ -12,6 +12,7 @@ SIM_OBJS = \ sim-model.o \ sim-reg.o \ sim-signal.o \ + @SIM_DV_SOCKSER_O@ \ cgen-utils.o cgen-trace.o cgen-scache.o \ cgen-run.o sim-reason.o sim-engine.o sim-stop.o \ sim-if.o arch.o \ |