[68/83] sim: sh: move arch-specific file compilation to top-level

Message ID 20230103075605.13606-69-vapier@gentoo.org
State Committed
Headers
Series sim: merge subdir makefiles into top-level |

Commit Message

Mike Frysinger Jan. 3, 2023, 7:55 a.m. UTC
  ---
 sim/Makefile.in | 3 ---
 sim/sh/local.mk | 3 ---
 2 files changed, 6 deletions(-)
  

Patch

diff --git a/sim/sh/local.mk b/sim/sh/local.mk
index b7c9e615725f..8bfbc0fa2835 100644
--- a/sim/sh/local.mk
+++ b/sim/sh/local.mk
@@ -28,9 +28,6 @@  $(%C%_libsim_a_OBJECTS) $(%C%_libsim_a_LIBADD): %D%/hw-config.h
 
 noinst_LIBRARIES += %D%/libsim.a
 
-%D%/%.o: %D%/%.c
-	$(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C $(@D) $(@F)
-
 %D%/%.o: common/%.c
 	$(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C $(@D) $(@F)