diff options
Diffstat (limited to 'sim/frv/local.mk')
-rw-r--r-- | sim/frv/local.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/frv/local.mk b/sim/frv/local.mk index 7d572fc..14db9b6 100644 --- a/sim/frv/local.mk +++ b/sim/frv/local.mk @@ -22,12 +22,13 @@ AM_CPPFLAGS_%C% = $(SIM_FRV_TRAPDUMP_FLAGS) AM_CFLAGS_%C%_memory.o = -Wno-error AM_CFLAGS_%C%_sem.o = -Wno-error +nodist_%C%_libsim_a_SOURCES = \ + %D%/modules.c %C%_libsim_a_SOURCES = \ $(common_libcommon_a_SOURCES) %C%_libsim_a_LIBADD = \ $(patsubst %,%D%/%,$(SIM_NEW_COMMON_OBJS)) \ $(patsubst %,%D%/dv-%.o,$(SIM_HW_DEVICES)) \ - %D%/modules.o \ \ %D%/cgen-accfp.o \ %D%/cgen-fpu.o \ |