source: rtems/make/custom/uC5282.cfg @ 2161e59

4.104.115
Last change on this file since 2161e59 was 9c2af12, checked in by Joel Sherrill <joel.sherrill@…>, on 02/17/09 at 14:37:34

2009-02-17 Joel Sherrill <joel.sherrill@…>

  • custom/uC5282.cfg: Add cvs Id.
  • Property mode set to 100644
File size: 545 bytes
Line 
1#
2#  Config file for the uC5282 BSP
3#
4#  $Id$
5#
6
7RTEMS_CPU = m68k
8RTEMS_CPU_MODEL = mcf5282
9
10include $(RTEMS_ROOT)/make/custom/default.cfg
11
12# This is the actual bsp directory used during the build process.
13RTEMS_BSP_FAMILY = uC5282
14
15#  This contains the compiler options necessary to select the CPU model
16#  and (hopefully) optimize for it.
17CPU_CFLAGS = -mcpu=5282
18
19# optimize flag: typically -O2
20CFLAGS_OPTIMIZE_V = -O2 -g
21
22define bsp-post-link
23        $(default-bsp-post-link)
24        $(OBJCOPY) -O binary $(basename $@).exe $(basename $@)$(DOWNEXT)
25endef
Note: See TracBrowser for help on using the repository browser.