From 72be276fffe304a478ecadad34bb89fe33cdf052 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 2 Jan 2023 16:46:14 -0500 Subject: sim: common: move modules.c to source tracking This makes sure the arch-specific modules.c wildcard is matched and not the common/%.c so that we compile it correctly. It also makes sure each subdir has depdir logic enabled. --- sim/m32c/local.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sim/m32c') diff --git a/sim/m32c/local.mk b/sim/m32c/local.mk index a6d2242..dc14530 100644 --- a/sim/m32c/local.mk +++ b/sim/m32c/local.mk @@ -18,6 +18,8 @@ AM_CPPFLAGS_%C% = -DTIMER_A +nodist_%C%_libsim_a_SOURCES = \ + %D%/modules.c %C%_libsim_a_SOURCES = \ $(common_libcommon_a_SOURCES) %C%_libsim_a_LIBADD = \ @@ -27,7 +29,6 @@ AM_CPPFLAGS_%C% = -DTIMER_A %D%/m32c.o \ %D%/mem.o \ %D%/misc.o \ - %D%/modules.o \ %D%/r8c.o \ %D%/reg.o \ %D%/srcdest.o \ -- cgit v1.1