source: rtems/c/src/lib/libbsp/powerpc/acinclude.m4 @ 1c6926c1

5
Last change on this file since 1c6926c1 was 1c6926c1, checked in by Kevin Kirspel <kevin-kirspel@…>, on 03/21/17 at 19:39:48

termios: Synchronize with latest FreeBSD headers

Adding modified FreeBSD headers to synchronize RTEMS termios with
FreeBSD. Modify termios to support dedicated input and output baud for
termios structure. Updated BSPs to use dedicated input and output baud
in termios structure. Updated tools to use dedicated input and output
baud in termios structure. Updated termios testsuites to use dedicated
input and output baud in termios structure.

Close #2897.

  • Property mode set to 100644
File size: 1002 bytes
Line 
1# RTEMS_CHECK_BSPDIR(RTEMS_BSP_FAMILY)
2AC_DEFUN([RTEMS_CHECK_BSPDIR],
3[
4  case "$1" in
5  beatnik )
6    AC_CONFIG_SUBDIRS([beatnik]);;
7  gen5200 )
8    AC_CONFIG_SUBDIRS([gen5200]);;
9  gen83xx )
10    AC_CONFIG_SUBDIRS([gen83xx]);;
11  haleakala )
12    AC_CONFIG_SUBDIRS([haleakala]);;
13  motorola_powerpc )
14    AC_CONFIG_SUBDIRS([motorola_powerpc]);;
15  mpc55xxevb )
16    AC_CONFIG_SUBDIRS([mpc55xxevb]);;
17  mpc8260ads )
18    AC_CONFIG_SUBDIRS([mpc8260ads]);;
19  mvme3100 )
20    AC_CONFIG_SUBDIRS([mvme3100]);;
21  mvme5500 )
22    AC_CONFIG_SUBDIRS([mvme5500]);;
23  psim )
24    AC_CONFIG_SUBDIRS([psim]);;
25  qemuppc )
26    AC_CONFIG_SUBDIRS([qemuppc]);;
27  qoriq )
28    AC_CONFIG_SUBDIRS([qoriq]);;
29  ss555 )
30    AC_CONFIG_SUBDIRS([ss555]);;
31  t32mppc )
32    AC_CONFIG_SUBDIRS([t32mppc]);;
33  tqm8xx )
34    AC_CONFIG_SUBDIRS([tqm8xx]);;
35  virtex4 )
36    AC_CONFIG_SUBDIRS([virtex4]);;
37  virtex5 )
38    AC_CONFIG_SUBDIRS([virtex5]);;
39  virtex )
40    AC_CONFIG_SUBDIRS([virtex]);;
41  *)
42    AC_MSG_ERROR([Invalid BSP]);;
43  esac
44])
Note: See TracBrowser for help on using the repository browser.