aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-03-14 07:46:54 -0400
committerMike Frysinger <vapier@gentoo.org>2015-03-14 07:46:54 -0400
commit41cc895fc88dc6d69253fb29ad4ad85c3c851254 (patch)
tree3052aa65d68ceb3cc82515346ae8a35e88c12ad3 /sim
parentc1e768db524407c25d14fe693a931af9cb6d9ad4 (diff)
downloadgdb-41cc895fc88dc6d69253fb29ad4ad85c3c851254.zip
gdb-41cc895fc88dc6d69253fb29ad4ad85c3c851254.tar.gz
gdb-41cc895fc88dc6d69253fb29ad4ad85c3c851254.tar.bz2
sim: mcore/moxie: clean up makefiles a bit
Clean out stub targets and rules that get autogenerated.
Diffstat (limited to 'sim')
-rw-r--r--sim/mcore/ChangeLog5
-rw-r--r--sim/mcore/Makefile.in5
-rw-r--r--sim/moxie/ChangeLog6
-rw-r--r--sim/moxie/Makefile.in7
4 files changed, 12 insertions, 11 deletions
diff --git a/sim/mcore/ChangeLog b/sim/mcore/ChangeLog
index 5e3bf17..5d9fb6b 100644
--- a/sim/mcore/ChangeLog
+++ b/sim/mcore/ChangeLog
@@ -1,5 +1,10 @@
2015-03-14 Mike Frysinger <vapier@gentoo.org>
+ * Makefile.in (SIM_EXTRA_CLEAN): Delete.
+ (interp.o, mcore-clean): Delete rules.
+
+2015-03-14 Mike Frysinger <vapier@gentoo.org>
+
* Makefile.in (SIM_EXTRA_CFLAGS): Set to
-DSIM_USE_DEPRECATED_RUN_FRONTEND.
(SIM_RUN_OBJS): Set to run.o.
diff --git a/sim/mcore/Makefile.in b/sim/mcore/Makefile.in
index a1110b2..8fbe0d3 100644
--- a/sim/mcore/Makefile.in
+++ b/sim/mcore/Makefile.in
@@ -23,10 +23,5 @@ SIM_EXTRA_CFLAGS = -DSIM_USE_DEPRECATED_RUN_FRONTEND
SIM_OBJS = interp.o sim-load.o
SIM_EXTRA_LIBS = -lm
-SIM_EXTRA_CLEAN = mcore-clean
## COMMON_POST_CONFIG_FRAG
-
-interp.o: interp.c
-
-mcore-clean:
diff --git a/sim/moxie/ChangeLog b/sim/moxie/ChangeLog
index 8e2f5fb..bcdc1fa 100644
--- a/sim/moxie/ChangeLog
+++ b/sim/moxie/ChangeLog
@@ -1,5 +1,11 @@
2015-03-14 Mike Frysinger <vapier@gentoo.org>
+ * Makefile.in (SIM_EXTRA_CLEAN): Delete.
+ (all): Drop interp.o dependency.
+ (interp.o, mcore-clean): Delete rules.
+
+2015-03-14 Mike Frysinger <vapier@gentoo.org>
+
* Makefile.in (SIM_EXTRA_CFLAGS): Set to
-DSIM_USE_DEPRECATED_RUN_FRONTEND.
(SIM_RUN_OBJS): Set to run.o.
diff --git a/sim/moxie/Makefile.in b/sim/moxie/Makefile.in
index 1f7587c..8f1a2aa 100644
--- a/sim/moxie/Makefile.in
+++ b/sim/moxie/Makefile.in
@@ -29,15 +29,12 @@ sim-engine.o sim-fpu.o sim-bits.o sim-profile.o sim-events.o \
sim-memopt.o
SIM_EXTRA_LIBS = -lm -lz
-SIM_EXTRA_CLEAN = moxie-clean
SIM_EXTRA_INSTALL = install-dtb
SIM_CFLAGS = -DDTB="\"$(dtbdir)/moxie-gdb.dtb\""
## COMMON_POST_CONFIG_FRAG
-all: interp.o moxie-gdb.dtb
-
-interp.o: interp.c
+all: moxie-gdb.dtb
moxie-gdb.dtb: moxie-gdb.dts
dtc -O dtb -o moxie-gdb.dtb ${srcdir}/moxie-gdb.dts
@@ -45,5 +42,3 @@ moxie-gdb.dtb: moxie-gdb.dts
install-dtb: moxie-gdb.dtb
$(SHELL) $(srcdir)/../../mkinstalldirs $(DESTDIR)$(dtbdir)
$(INSTALL_DATA) moxie-gdb.dtb $(DESTDIR)$(dtbdir)/moxie-gdb.dtb
-
-moxie-clean: