forked from Imagelibrary/rtems
2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add BSPOPTS (WORKSPACE_MB, HEAPSPACE_MB). * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg. * console/Makefile.am: Don't include @RTEMS_BSP@.cfg. * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg. * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg. * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
This commit is contained in:
@@ -28,6 +28,15 @@ AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes")
|
||||
|
||||
AM_CONDITIONAL(HAS_CXX,test "$HAS_CPLUSPLUS" = "yes")
|
||||
|
||||
## bsp-specific options
|
||||
RTEMS_BSPOPTS_SET([WORKSPACE_MB],[*],[2])
|
||||
RTEMS_BSPOPTS_HELP([WORKSPACE_MB],
|
||||
[The BSP's workspace RAM in MB.])
|
||||
|
||||
RTEMS_BSPOPTS_SET([HEAPSPACE_MB],[*],[1])
|
||||
RTEMS_BSPOPTS_HELP([HEAPSPACE_MB],
|
||||
[The BSP's heapspace RAM in MB.])
|
||||
|
||||
# Explicitly list all Makefiles here
|
||||
AC_CONFIG_FILES([Makefile
|
||||
clock/Makefile
|
||||
|
||||
Reference in New Issue
Block a user