aboutsummaryrefslogtreecommitdiff
path: root/sim/moxie
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2023-01-01 14:19:54 -0500
committerMike Frysinger <vapier@gentoo.org>2023-01-10 01:15:28 -0500
commitae0411a4858e7e55d2f31dde5a66cdaf9d463a26 (patch)
treef3970a50ba3b8fd4d41d403e3b66007957dbb80a /sim/moxie
parent63a9d59e884e18d02ca15abc1149fd14b4b144cd (diff)
downloadfsf-binutils-gdb-ae0411a4858e7e55d2f31dde5a66cdaf9d463a26.zip
fsf-binutils-gdb-ae0411a4858e7e55d2f31dde5a66cdaf9d463a26.tar.gz
fsf-binutils-gdb-ae0411a4858e7e55d2f31dde5a66cdaf9d463a26.tar.bz2
sim: moxie: move arch-specific file compilation to top-level
The arch-specific flags are only used by the arch-specific modules, not the common/ files, so we can delete them too.
Diffstat (limited to 'sim/moxie')
-rw-r--r--sim/moxie/Makefile.in3
-rw-r--r--sim/moxie/local.mk5
2 files changed, 2 insertions, 6 deletions
diff --git a/sim/moxie/Makefile.in b/sim/moxie/Makefile.in
index fd9beed..0067fab 100644
--- a/sim/moxie/Makefile.in
+++ b/sim/moxie/Makefile.in
@@ -16,7 +16,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
## COMMON_PRE_CONFIG_FRAG
-
-SIM_EXTRA_CFLAGS = -DDTB="\"$(dtbdir)/moxie-gdb.dtb\""
-
## COMMON_POST_CONFIG_FRAG
diff --git a/sim/moxie/local.mk b/sim/moxie/local.mk
index 813bdc8..b75f0a9 100644
--- a/sim/moxie/local.mk
+++ b/sim/moxie/local.mk
@@ -16,6 +16,8 @@
## You should have received a copy of the GNU General Public License
## along with this program. If not, see <http://www.gnu.org/licenses/>.
+AM_CPPFLAGS_%C% = -DDTB="\"$(dtbdir)/moxie-gdb.dtb\""
+
%C%_libsim_a_SOURCES =
%C%_libsim_a_LIBADD = \
$(common_libcommon_a_OBJECTS) \
@@ -28,9 +30,6 @@ $(%C%_libsim_a_OBJECTS) $(%C%_libsim_a_LIBADD): %D%/hw-config.h
noinst_LIBRARIES += %D%/libsim.a
-%D%/%.o: %D%/%.c
- $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C $(@D) $(@F)
-
%D%/%.o: common/%.c
$(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C $(@D) $(@F)