From b36a89d135a85ee0c41620b1dd47625c7cbf26ab Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 1 Jan 2023 14:55:09 -0500 Subject: sim: move arch-specific file compilation of common/ files to top-level --- sim/cris/local.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sim/cris/local.mk') diff --git a/sim/cris/local.mk b/sim/cris/local.mk index 3950bae..78f40e0 100644 --- a/sim/cris/local.mk +++ b/sim/cris/local.mk @@ -47,8 +47,8 @@ $(%C%_libsim_a_OBJECTS) $(%C%_libsim_a_LIBADD): %D%/hw-config.h noinst_LIBRARIES += %D%/libsim.a -%D%/%.o: common/%.c - $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C $(@D) $(@F) +%D%/%.o: common/%.c ; $(SIM_COMPILE) +-@am__include@ %D%/$(DEPDIR)/*.Po %C%_run_SOURCES = %C%_run_LDADD = \ -- cgit v1.1