From 78e9aa70febc3985a2c88dbc0c7a87d214231c3d Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 15 Apr 2015 02:13:23 -0400 Subject: sim: unify sim-cpu usage Now that all the targets are utilizing CPU_PC_{FETCH,STORE}, and the cpu state is multicore, and the STATE_CPU defines match, we can move it all to the common code. --- sim/arm/Makefile.in | 1 - 1 file changed, 1 deletion(-) (limited to 'sim/arm/Makefile.in') diff --git a/sim/arm/Makefile.in b/sim/arm/Makefile.in index 5c37723..745b62a 100644 --- a/sim/arm/Makefile.in +++ b/sim/arm/Makefile.in @@ -22,7 +22,6 @@ SIM_EXTRA_CFLAGS = -DMODET SIM_OBJS = \ wrapper.o \ $(SIM_NEW_COMMON_OBJS) \ - sim-cpu.o \ sim-hload.o \ armemu26.o armemu32.o arminit.o armos.o armsupp.o \ armvirt.o bag.o thumbemu.o \ -- cgit v1.1