mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
sim: move arch-specific file compilation of common/ files to top-level
This commit is contained in:
@ -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 = \
|
||||
|
Reference in New Issue
Block a user