[51/83] sim: h8300: move arch-specific file compilation to top-level

Message ID 20230103075605.13606-52-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/h8300/local.mk | 3 ---
 2 files changed, 6 deletions(-)
  

Patch

diff --git a/sim/h8300/local.mk b/sim/h8300/local.mk
index 65aa081a1ca9..af4ecc197bf7 100644
--- a/sim/h8300/local.mk
+++ b/sim/h8300/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)