source: rtems/c/src/lib/libbsp/arm/beagle/make/custom/beagle.inc @ 53dd6d61

4.115
Last change on this file since 53dd6d61 was 7a66986, checked in by Claas Ziemke <ziemke@…>, on 08/22/12 at 12:39:02

Added BeagleBoard? BSP

Coding done in course of GSoC2012.

Commit edited to be brought up-to-date with mainline by
Ben Gras <beng@…>.

  • Property mode set to 100644
File size: 159 bytes
Line 
1#
2#  Config file for BeagleBoard.
3#
4
5include $(RTEMS_ROOT)/make/custom/default.cfg
6
7RTEMS_CPU = arm
8
9CPU_CFLAGS = -mcpu=cortex-a8
10
11CFLAGS_OPTIMIZE_V ?= -O2 -g
Note: See TracBrowser for help on using the repository browser.