0d58595077
Rather than include this for some targets, set it up so we can build it all the time via the common code. This makes it easier for targets to opt into it when they're ready, increases build coverage, and allows us to centralize much of the logic. We also get to delete tconfig.h from two more targets -- they were setting WITH_DEVICES to 0 which has the same behavior as not defining it at all. While the SIM_HAVE_MODEL knob is gone, we now have WITH_MODEL_P, but it is only used by the common sim-model code. We use it to declare dummy model lists when the arch hasn't created its own.
5 lines
223 B
C
5 lines
223 B
C
/* Blackfin target configuration file. -*- C -*- */
|
|
|
|
/* We use this so that we are passed the requesting CPU for HW acesses.
|
|
Common sim core by default sets hw_system_cpu to NULL for WITH_HW. */
|
|
#define WITH_DEVICES 1
|