Remove sh7032/Makefile.

Add AMPOLISH3.
This commit is contained in:
Ralf Corsepius
2005-05-11 07:38:39 +00:00
parent 7b72b7e743
commit c4f564964e

View File

@@ -27,9 +27,12 @@ AM_CONDITIONAL([sh7032],[test x"$RTEMS_CPU_MODEL" = x"sh7032"])
AM_CONDITIONAL([sh7045],[test x"$RTEMS_CPU_MODEL" = x"sh7045"])
AM_CONDITIONAL([sh7750],[test x"$RTEMS_CPU_MODEL" = x"sh7750"])
AC_PATH_PROG([AMPOLISH3],[ampolish3],[])
AM_CONDITIONAL([AMPOLISH3],[test x"$USE_MAINTAINER_MODE" = x"yes" \
&& test -n "$AMPOLISH3"])
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
sh7032/Makefile
sh7045/Makefile
sh7750/Makefile
])