diff options
Diffstat (limited to 'sim/mips/configure.ac')
-rw-r--r-- | sim/mips/configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sim/mips/configure.ac b/sim/mips/configure.ac index 5f59637..3d833a6 100644 --- a/sim/mips/configure.ac +++ b/sim/mips/configure.ac @@ -409,14 +409,13 @@ case "${target}" in mips*tx39*) hw_enabled=yes hw_extra_devices="tx3904cpu tx3904irc tx3904tmr tx3904sio" - mips_extra_objs="dv-sockser.o" SIM_SUBTARGET="$SIM_SUBTARGET -DTARGET_TX3904=1" ;; *) - mips_extra_objs="" ;; esac SIM_AC_OPTION_HARDWARE($hw_enabled,$hw_devices,$hw_extra_devices) +mips_extra_objs="dv-sockser.o" AC_SUBST(mips_extra_objs) |