From 4df74707043bf248f248cd52d9c70c29ec4e679c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 2 Jan 2023 14:38:01 -0500 Subject: sim: common: move libcommon.a dep to ppc code Rather than force this to be built ahead of time for all targets, move the dep to the ppc code since it's the only user of it now. --- sim/common/local.mk | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sim/common') diff --git a/sim/common/local.mk b/sim/common/local.mk index cbef45e..f6eee5c 100644 --- a/sim/common/local.mk +++ b/sim/common/local.mk @@ -23,11 +23,6 @@ AM_CPPFLAGS += \ AM_CPPFLAGS_%C% = -DSIM_COMMON_BUILD AM_CPPFLAGS_FOR_BUILD += -I$(srcdir)/%D% -## This makes sure common parts are available before building the arch-subdirs -## which will refer to these. -SIM_ALL_RECURSIVE_DEPS += \ - %D%/libcommon.a - ## NB: libcommon.a isn't used directly by ports. We need a target for common ## objects to be a part of, and ports use the individual objects directly. ## We can delete this once ppc/Makefile.in is merged into ppc/local.mk. -- cgit v1.1