sim: move sim-engine.o/sim-hrw.o to the common list
[deliverable/binutils-gdb.git] / sim / m68hc11 / Makefile.in
index a5de10a5b2e359b7a31fa2bbd10cd1317bf337fd..9b931a19958122e22bdb3a46a1c4c2b53cf3d6a1 100644 (file)
@@ -1,5 +1,5 @@
 #    Makefile template for Configure for the 68HC11 sim library.
-#    Copyright (C) 1999-2014 Free Software Foundation, Inc.
+#    Copyright (C) 1999-2015 Free Software Foundation, Inc.
 #    Written by Cygnus Support.
 # 
 # This program is free software; you can redistribute it and/or modify
 M68HC11_OBJS = interp.o m68hc11int.o m68hc12int.o \
                emulos.o interrupts.o m68hc11_sim.o
 
-# List of main object files for `run'.
-SIM_RUN_OBJS = nrun.o
-
 SIM_OBJS = $(M68HC11_OBJS) \
        $(SIM_NEW_COMMON_OBJS) \
        sim-load.o \
        sim-hload.o \
-       sim-engine.o \
        sim-stop.o \
-       sim-hrw.o \
-       sim-reason.o \
-        $(SIM_EXTRA_OBJS)
+       sim-reason.o
 
 SIM_PROFILE= -DPROFILE=1 -DWITH_PROFILE=-1
 # We must use 32-bit addresses to support memory bank switching.
@@ -45,8 +39,6 @@ SIM_EXTRA_CFLAGS = -DWITH_TARGET_WORD_BITSIZE=32 \
                   -DWITH_TARGET_WORD_MSB=31
 SIM_EXTRA_CLEAN = clean-extra
 
-SIM_EXTRA_OBJS = @m68hc11_extra_objs@
-
 INCLUDE = $(srcdir)/../../include/gdb/callback.h \
          interrupts.h sim-main.h
 
This page took 0.024701 seconds and 4 git commands to generate.