Fixed up ENDIAN warning with mingw32. Added ability to disable ucsim and device...
[fw/sdcc] / Makefile.common.in
index ba4ab723974bd796829d9f9b35026c8d66742752..ca1242efc5edec102fed46dad324de32b7882c99 100644 (file)
@@ -33,6 +33,10 @@ man2dir         = $(mandir)/man2
 infodir         = @infodir@
 srcdir          = @srcdir@
 
+# Modules to enable/disable
+OPT_ENABLE_UCSIM = @OPT_ENABLE_UCSIM@
+OPT_ENABLE_DEVICE_LIB_BUILD = @OPT_ENABLE_DEVICE_LIB_BUILD@
+
 SLIB                   = $(PRJDIR)/support/Util
 
 transform       = @program_transform_name@