From c536b4f527de272e7c9549deb21ca65c397cb6a4 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 1 Jan 2023 14:40:03 -0500 Subject: [PATCH] sim: or1k: drop unused rules 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 9ce46802062..6b2a976d8ae 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.30.2