source: rtems/c/src/lib/libbsp/arm/tms570/make/custom/tms570ls3137.inc @ 74172b7d

5
Last change on this file since 74172b7d was 74172b7d, checked in by Pavel Pisa <pisa@…>, on 11/12/15 at 22:11:33

bsp/tms570: use common tms570ls3137.inc file for all board ling variants.

Signed-off-by: Pavel Pisa <pisa@…>

  • Property mode set to 100644
File size: 483 bytes
Line 
1#
2# Config file for TMS570LS3137 board.
3#
4
5include $(RTEMS_ROOT)/make/custom/default.cfg
6
7RTEMS_CPU = arm
8
9CPU_CFLAGS = -march=armv7-r -mthumb -mbig-endian -mfpu=vfpv3-d16 -mfloat-abi=hard
10
11CFLAGS_OPTIMIZE_V = -O2 -ggdb
12BINEXT?=.bin
13
14# This defines the operations performed on the linked executable.
15# is currently required.
16define bsp-post-link
17    $(OBJCOPY) -O binary --strip-all \
18        $(basename $@)$(EXEEXT) $(basename $@)$(BINEXT)
19    $(SIZE) $(basename $@)$(EXEEXT)
20endef
Note: See TracBrowser for help on using the repository browser.