X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=configure.in;h=e1172242c682de881fc2a77ac4aee27b4c8cf9bf;hb=b9855fd6b84616c3963897a10fa20ea93531e5ce;hp=4cb736b35b07a5f32347689081562f9d6dd698cf;hpb=72345ff0f0119fed20dd45d68310bca63725b46b;p=fw%2Fsdcc diff --git a/configure.in b/configure.in index 4cb736b3..e1172242 100755 --- a/configure.in +++ b/configure.in @@ -599,6 +599,17 @@ else AC_DEFINE_UNQUOTED(OPT_DISABLE_XA51, 0) fi +AC_ARG_ENABLE(hc08-port, + AC_HELP_STRING([--disable-hc08-port], + [Excludes the HC08 port])) +echo hc08 >>ports.all +if test "$enable_hc08_port" = "no"; then + AC_DEFINE_UNQUOTED(OPT_DISABLE_HC08, 1) +else + echo hc08 >>ports.build + AC_DEFINE_UNQUOTED(OPT_DISABLE_HC08, 0) +fi + AC_ARG_ENABLE(ucsim, AC_HELP_STRING([--disable-ucsim], [Disables configuring and building of ucsim])) @@ -642,6 +653,7 @@ AC_CONFIG_SUBDIRS(sim/ucsim) AC_CONFIG_FILES([main.mk:main_in.mk src/Makefile as/mcs51/Makefile +as/hc08/Makefile device/include/Makefile device/lib/Makefile debugger/mcs51/Makefile