diff options
Diffstat (limited to 'sim/m68hc11/configure.ac')
-rw-r--r-- | sim/m68hc11/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/m68hc11/configure.ac b/sim/m68hc11/configure.ac index eef4691..fe4fb37 100644 --- a/sim/m68hc11/configure.ac +++ b/sim/m68hc11/configure.ac @@ -19,7 +19,6 @@ case "${target}" in m68hc11-*-*|m6811-*-*) hw_enabled=yes hw_extra_devices="m68hc11 m68hc11sio m68hc11eepr m68hc11tim m68hc11spi nvram" - m68hc11_extra_objs="dv-sockser.o" SIM_SUBTARGET="$SIM_SUBTARGET -DTARGET_M68HC11=1" ;; *) @@ -30,6 +29,7 @@ SIM_AC_OPTION_HARDWARE($hw_enabled,$hw_devices,$hw_extra_devices) AC_CHECK_HEADERS(string.h strings.h stdlib.h stdlib.h fcntl.h) +m68hc11_extra_objs="$SIM_DV_SOCKSER_O" AC_SUBST(m68hc11_extra_objs) SIM_AC_OUTPUT |