aboutsummaryrefslogtreecommitdiff
path: root/sim/ft32/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2015-11-16sim: sim-stop/sim-reason/sim-reg: move to common obj listMike Frysinger1-4/+1
Now that all arches (for the most part) have moved over, move sim-stop.o, sim-reason.o, and sim-reg.o to the common object list and out of all the arch ports.
2015-11-15sim: clean up redundant objectsMike Frysinger1-16/+1
Some of the target makefiles listed objects that were already pulled in via SIM_NEW_COMMON_OBJS. Clean those up.
2015-04-15sim: unify sim-cpu usageMike Frysinger1-1/+0
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.
2015-04-06sim: move sim-engine.o/sim-hrw.o to the common listMike Frysinger1-1/+0
This makes these two objects available to all sims by default.
2015-04-02sim: clean up SIM_EXTRA_OBJS referencesMike Frysinger1-2/+1
This variable was deleted in previous commits and is not used anymore. Prune any stray references to it.
2015-03-28sim: ft32: new portJames Bowman1-0/+48
FT32 is a new high performance 32-bit RISC core developed by FTDI for embedded applications.