mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Add BFIN_ON_SKYEYE define to disable features not supported on simulator.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* configure.ac: Add BFIN_ON_SKYEYE define to disable features not
|
||||||
|
supported on simulator.
|
||||||
|
|
||||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* configure.ac: Make letting boot_card() handle work area allocation
|
* configure.ac: Make letting boot_card() handle work area allocation
|
||||||
|
|||||||
@@ -20,6 +20,11 @@ RTEMS_BSPOPTS_SET([CONSOLE_USE_INTERRUPTS],[*],[0])
|
|||||||
RTEMS_BSPOPTS_HELP([CONSOLE_USE_INTERRUPTS],
|
RTEMS_BSPOPTS_HELP([CONSOLE_USE_INTERRUPTS],
|
||||||
[The console driver can operate in either polled or interrupt mode.])
|
[The console driver can operate in either polled or interrupt mode.])
|
||||||
|
|
||||||
|
RTEMS_BSPOPTS_SET([BFIN_ON_SKYEYE],[*],[0])
|
||||||
|
RTEMS_BSPOPTS_HELP([BFIN_ON_SKYEYE],
|
||||||
|
[(BSP--Skyeye)
|
||||||
|
If defined, disable features which are not supported on Skyeye.])
|
||||||
|
|
||||||
BSP_BOOTCARD_OPTIONS
|
BSP_BOOTCARD_OPTIONS
|
||||||
|
|
||||||
# Explicitly list all Makefiles here
|
# Explicitly list all Makefiles here
|
||||||
|
|||||||
Reference in New Issue
Block a user