source: rtems/c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm3s69xx.inc @ 33470cc

5
Last change on this file since 33470cc was efdda565, checked in by Nick Withers <nick.withers@…>, on 08/09/13 at 04:18:17

Use $(EXEEXT) [defaults to "exe"] to generate binaries

  • Property mode set to 100644
File size: 287 bytes
Line 
1#
2#  Config file for LM3S69XX.
3#
4
5include $(RTEMS_ROOT)/make/custom/default.cfg
6
7RTEMS_CPU = arm
8
9CPU_CFLAGS = -march=armv7-m -mthumb
10
11CFLAGS_OPTIMIZE_V = -O2 -g
12
13define bsp-post-link
14        $(default-bsp-post-link)
15        $(OBJCOPY) -O binary $(basename $@)$(EXEEXT) $(basename $@)$(DOWNEXT)
16endef
Note: See TracBrowser for help on using the repository browser.