source: rtems/c/src/lib/libbsp/arm/smdk2410/make/custom/smdk2410.cfg @ 7f146fb7

4.104.115
Last change on this file since 7f146fb7 was 7f146fb7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/15/09 at 09:08:03

2009-10-15 Ralf Corsépius <ralf.corsepius@…>

  • make/custom/smdk2410.cfg: New (relocated from /make/custom).
  • Property mode set to 100644
File size: 463 bytes
Line 
1#
2#  Config file for ARM smdk2410
3#
4#  $Id$
5#
6
7include $(RTEMS_ROOT)/make/custom/default.cfg
8
9RTEMS_CPU=arm
10RTEMS_CPU_MODEL=s3c2410
11
12# This is the actual bsp directory used during the build process.
13RTEMS_BSP_FAMILY=smdk2410
14
15#  This contains the compiler options necessary to select the CPU model
16#  and (hopefully) optimize for it.
17CPU_CFLAGS = -mcpu=arm920t -DCPU_S3C2410 -mstructure-size-boundary=32
18
19# optimize flag: typically -O2
20CFLAGS_OPTIMIZE_V = -O2 -g
Note: See TracBrowser for help on using the repository browser.