aboutsummaryrefslogtreecommitdiff
path: root/sim/m68hc11/configure.ac
blob: b2685040f61ef5a11125c358ae0bfcf83fe02ce3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
dnl Process this file with autoconf to produce a configure script.
AC_INIT(Makefile.in)
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])

SIM_AC_COMMON

dnl Options available in this module
SIM_AC_OPTION_ENDIAN(BIG)
SIM_AC_OPTION_HARDWARE(\
  m68hc11 m68hc11sio m68hc11eepr m68hc11tim m68hc11spi nvram)

SIM_AC_OUTPUT