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:
Joel Sherrill
2008-09-25 14:10:49 +00:00
parent 35380ac4a8
commit 808ef293d2
2 changed files with 10 additions and 0 deletions

View File

@@ -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>
* configure.ac: Make letting boot_card() handle work area allocation

View File

@@ -20,6 +20,11 @@ RTEMS_BSPOPTS_SET([CONSOLE_USE_INTERRUPTS],[*],[0])
RTEMS_BSPOPTS_HELP([CONSOLE_USE_INTERRUPTS],
[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
# Explicitly list all Makefiles here