From 98331de7867648439b10281c60057d8046412d3d Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 1 Jan 2023 13:38:06 -0500 Subject: sim: avr: move arch-specific file compilation to top-level --- sim/Makefile.in | 3 --- sim/avr/local.mk | 3 --- 2 files changed, 6 deletions(-) (limited to 'sim') diff --git a/sim/Makefile.in b/sim/Makefile.in index 34fff4a..1c788da 100644 --- a/sim/Makefile.in +++ b/sim/Makefile.in @@ -4694,9 +4694,6 @@ testsuite/common/bits64m63.c: testsuite/common/bits-gen$(EXEEXT) testsuite/commo @SIM_ENABLE_ARCH_arm_TRUE@ $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C $(@D) $(@F) @SIM_ENABLE_ARCH_avr_TRUE@$(avr_libsim_a_OBJECTS) $(avr_libsim_a_LIBADD): avr/hw-config.h -@SIM_ENABLE_ARCH_avr_TRUE@avr/%.o: avr/%.c -@SIM_ENABLE_ARCH_avr_TRUE@ $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C $(@D) $(@F) - @SIM_ENABLE_ARCH_avr_TRUE@avr/%.o: common/%.c @SIM_ENABLE_ARCH_avr_TRUE@ $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C $(@D) $(@F) @SIM_ENABLE_ARCH_bfin_TRUE@$(bfin_libsim_a_OBJECTS) $(bfin_libsim_a_LIBADD): bfin/hw-config.h diff --git a/sim/avr/local.mk b/sim/avr/local.mk index 84ba9d6..327a87f 100644 --- a/sim/avr/local.mk +++ b/sim/avr/local.mk @@ -27,9 +27,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) -- cgit v1.1