forked from Imagelibrary/rtems
2003-08-13 Joel Sherrill <joel@OARcorp.com>
PR 451/bsps * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
This commit is contained in:
@@ -19,9 +19,10 @@ extern rtems_task Init(rtems_task_argument argument);
|
||||
rtems_driver_address_table Device_drivers[5] = {
|
||||
CONSOLE_DRIVER_TABLE_ENTRY,
|
||||
CLOCK_DRIVER_TABLE_ENTRY,
|
||||
/* HACK */
|
||||
#if defined(__i386__)
|
||||
#if defined(TTY1_DRIVER_TABLE_ENTRY)
|
||||
TTY1_DRIVER_TABLE_ENTRY,
|
||||
#endif
|
||||
#if defined(TTY2_DRIVER_TABLE_ENTRY)
|
||||
TTY2_DRIVER_TABLE_ENTRY,
|
||||
#endif
|
||||
{NULL, NULL, NULL, NULL, NULL, NULL}
|
||||
|
||||
Reference in New Issue
Block a user