add DS390F
[fw/sdcc] / configure.in
index 1962d23dfea2ba8ea9a8416d5b4c072baa16cada..340e9c1d0d2ed38c18b596ed946a5fae414d19e8 100755 (executable)
@@ -299,6 +299,10 @@ AC_ARG_ENABLE(device-lib-build,[  --disable-device-lib-build Disables automatica
 OPT_ENABLE_DEVICE_LIB_BUILD=$enable_device_lib_build
 AC_SUBST(OPT_ENABLE_DEVICE_LIB_BUILD)
 
+AC_ARG_ENABLE(packihx,[  -disable-packihx     Disables building packihx])
+OPT_ENABLE_PACKIHX=$enable_packihx
+AC_SUBST(OPT_ENABLE_PACKIHX)
+
 #remove duplicates
 cat ports.all | uniq >ports
 mv ports ports.all
@@ -308,9 +312,9 @@ mv ports ports.build
 # Generating output files
 # ===========================================================================
 AC_CONFIG_SUBDIRS(support/cpp2)
+AC_CONFIG_SUBDIRS(packihx)
 AC_CONFIG_SUBDIRS(sim/ucsim)
 # MLH: removed as the rules are already in Makefile.common
-#AC_CONFIG_SUBDIRS(packihx)
 #as/z80/Makefile
 #link/z80/Makefile
 AC_CONFIG_SUBDIRS(sim/ucsim)