sim: or1k: drop unused rules
authorMike Frysinger <vapier@gentoo.org>
Sun, 1 Jan 2023 19:40:03 +0000 (14:40 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sun, 1 Jan 2023 19:40:03 +0000 (14:40 -0500)
These rules are the same as the common ones, so drop them to simplify.

sim/or1k/Makefile.in

index 9ce46802062306f4e5a91c8ce6ad0a1a9259fcf1..6b2a976d8aeff8cf2ffb8f3c068760a8fc2b8744 100644 (file)
@@ -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,