sim: move arch-specific file compilation of common/ files to top-level

This commit is contained in:
Mike Frysinger
2023-01-01 14:55:09 -05:00
parent 8f5fc30fcf
commit b36a89d135
33 changed files with 137 additions and 124 deletions

View File

@ -39,8 +39,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 = \