diff options
Diffstat (limited to 'sim/aarch64/local.mk')
-rw-r--r-- | sim/aarch64/local.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/aarch64/local.mk b/sim/aarch64/local.mk index 10e814b..ff7c51e 100644 --- a/sim/aarch64/local.mk +++ b/sim/aarch64/local.mk @@ -16,9 +16,9 @@ ## You should have received a copy of the GNU General Public License ## along with this program. If not, see <http://www.gnu.org/licenses/>. -%C%_libsim_a_SOURCES = +%C%_libsim_a_SOURCES = \ + $(common_libcommon_a_SOURCES) %C%_libsim_a_LIBADD = \ - $(common_libcommon_a_OBJECTS) \ $(patsubst %,%D%/%,$(SIM_NEW_COMMON_OBJS)) \ $(patsubst %,%D%/dv-%.o,$(SIM_HW_DEVICES)) \ %D%/cpustate.o \ |