forked from Imagelibrary/rtems
2008-09-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* sapi/include/confdefs.h: Add CONFIGURE_BSP_PREREQUISITE_DRIVERS and CONFIGURE_APPLICATION_PREREQUISITE_DRIVERS.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2008-09-02 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* sapi/include/confdefs.h: Add CONFIGURE_BSP_PREREQUISITE_DRIVERS and
|
||||||
|
CONFIGURE_APPLICATION_PREREQUISITE_DRIVERS.
|
||||||
|
|
||||||
2008-09-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2008-09-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
PR 1301/cpukit
|
PR 1301/cpukit
|
||||||
|
|||||||
@@ -511,6 +511,12 @@ extern rtems_configuration_table Configuration;
|
|||||||
|
|
||||||
#ifdef CONFIGURE_INIT
|
#ifdef CONFIGURE_INIT
|
||||||
rtems_driver_address_table Device_drivers[] = {
|
rtems_driver_address_table Device_drivers[] = {
|
||||||
|
#ifdef CONFIGURE_BSP_PREREQUISITE_DRIVERS
|
||||||
|
CONFIGURE_BSP_PREREQUISITE_DRIVERS,
|
||||||
|
#endif
|
||||||
|
#ifdef CONFIGURE_APPLICATION_PREREQUISITE_DRIVERS
|
||||||
|
CONFIGURE_APPLICATION_PREREQUISITE_DRIVERS,
|
||||||
|
#endif
|
||||||
#ifdef CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
|
#ifdef CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
|
||||||
CONSOLE_DRIVER_TABLE_ENTRY,
|
CONSOLE_DRIVER_TABLE_ENTRY,
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user