summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/hurricane/configure.ac
blob: b7b7759370d5b0d4d42ba981cf60a626a130ed4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
## Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([rtems-c-src-lib-libbsp-mips-hurricane],[_RTEMS_VERSION],[https://devel.rtems.org/newticket])
AC_CONFIG_SRCDIR([make/custom/hurricane.cfg])
RTEMS_TOP(../../../../../..)
RTEMS_SOURCE_TOP
RTEMS_BUILD_TOP
RTEMS_BSP_LINKCMDS

RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign subdir-objects 1.12.2])

RTEMS_BSP_CONFIGURE


RTEMS_BSPOPTS_SET([BSP_HAS_USC320],[*],[1])
RTEMS_BSPOPTS_HELP([BSP_HAS_USC320],
[This BSP has a V3 USC320 system controller chip.])

RTEMS_BSPOPTS_SET([BSP_HAS_RM52xx],[*],[1])
RTEMS_BSPOPTS_HELP([BSP_HAS_RM52xx],
[This BSP has a RM52xx compatible CPU.])

RTEMS_BSP_CLEANUP_OPTIONS

# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile])
AC_OUTPUT