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:
Joel Sherrill
2008-09-02 14:05:39 +00:00
parent 3d92d46eda
commit 09daf22246
2 changed files with 11 additions and 0 deletions

View File

@@ -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>
PR 1301/cpukit

View File

@@ -511,6 +511,12 @@ extern rtems_configuration_table Configuration;
#ifdef CONFIGURE_INIT
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
CONSOLE_DRIVER_TABLE_ENTRY,
#endif