diff options
Diffstat (limited to 'sim/m68hc11/configure.ac')
-rw-r--r-- | sim/m68hc11/configure.ac | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sim/m68hc11/configure.ac b/sim/m68hc11/configure.ac index d25a8db3..5aefda5 100644 --- a/sim/m68hc11/configure.ac +++ b/sim/m68hc11/configure.ac @@ -21,13 +21,7 @@ case "${target}" in hw_extra_devices="m68hc11 m68hc11sio m68hc11eepr m68hc11tim m68hc11spi nvram" SIM_SUBTARGET="$SIM_SUBTARGET -DTARGET_M68HC11=1" ;; - *) - m68hc11_extra_objs="" - ;; esac SIM_AC_OPTION_HARDWARE($hw_enabled,$hw_devices,$hw_extra_devices) -m68hc11_extra_objs="$SIM_DV_SOCKSER_O" -AC_SUBST(m68hc11_extra_objs) - SIM_AC_OUTPUT |