[52/83] sim: iq2000: move arch-specific file compilation to top-level

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

Patch

diff --git a/sim/iq2000/local.mk b/sim/iq2000/local.mk
index 98385a07f580..abc8b31a8ab5 100644
--- a/sim/iq2000/local.mk
+++ b/sim/iq2000/local.mk
@@ -41,9 +41,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)