forked from Imagelibrary/rtems
2009-04-28 Chris Johns <chrisj@rtems.org>
* fileio/init.c, fileio/system.h, iostream/init.cc,
loopback/init.c, pppd/init.c, pppd/pppdapp.c: Do not build if
BSP_SMALL_MEMORY is defined. Remove this code once a better way is
supported by the build system.
This commit is contained in:
@@ -27,7 +27,13 @@ rtems_task Init(
|
||||
/* configuration information */
|
||||
|
||||
#include <bsp.h> /* for device driver prototypes */
|
||||
#ifdef RTEMS_BSP_HAS_IDE_DRIVER
|
||||
|
||||
#define FILEIO_BUILD 1
|
||||
#if BSP_SMALL_MEMORY
|
||||
#undef FILEIO_BUILD
|
||||
#endif
|
||||
|
||||
#if defined(RTEMS_BSP_HAS_IDE_DRIVER) && !BSP_SMALL_MEMORY
|
||||
#include <libchip/ata.h> /* for ata driver prototype */
|
||||
#include <libchip/ide_ctrl.h> /* for general ide driver prototype */
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user