public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] sim: or1k: drop unused rules
@ 2023-01-01 19:40 Mike Frysinger
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2023-01-01 19:40 UTC (permalink / raw)
  To: gdb-patches

These rules are the same as the common ones, so drop them to simplify.
---
 sim/or1k/Makefile.in | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/sim/or1k/Makefile.in b/sim/or1k/Makefile.in
index 9ce468020623..6b2a976d8aef 100644
--- a/sim/or1k/Makefile.in
+++ b/sim/or1k/Makefile.in
@@ -46,18 +46,6 @@ SIM_EXTRA_CFLAGS = -DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31
 
 arch = or1k
 
-or1k.o: or1k.c
-	$(COMPILE) $<
-	$(POSTCOMPILE)
-
-sim-if.o: sim-if.c
-	$(COMPILE) $<
-	$(POSTCOMPILE)
-
-traps.o: traps.c
-	$(COMPILE) $<
-	$(POSTCOMPILE)
-
 stamps: stamp-arch stamp-cpu
 
 # NOTE: Generated source files are specified as full paths,
-- 
2.39.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-01 19:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-01 19:40 [PATCH] sim: or1k: drop unused rules Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).