source: rtems/c/src/lib/libbsp/sparc/erc32/include/Makefile.am @ 2700423

4.104.114.84.95
Last change on this file since 2700423 was 2700423, checked in by Joel Sherrill <joel.sherrill@…>, on 11/13/00 at 22:29:14

2000-11-13 Jiri Gaisler <jgais@…>

  • Makefile.am, configure.in, gnatsupp/Makefile.am, gnatsupp/gnatsupp.c, include/Makefile.am, include/bsp.h, start/Makefile.am, startup/Makefile.am, startup/setvec.c, wrapup/Makefile.am:
  • erc32sonic: New directory.
  • erc32sonic/Makefile.am, erc32sonic/erc32sonic.c, erc32sonic/.cvsignore: New files.
  • include/erc32.h: New file.
  • startup/boardinit.S: New file. Big update of SPARC support for ERC32 and LEON. Added support for ERC32 without floating point. Added SONIC support as configured on Tharsys ERC32 board. The bsp's share various code in the shared directory:

gnat-support, start-up code, etc.

To decrease the foot-print, I removed the 16 kbyte start-up
stack that was put in .bss and never reused once the system
was up. The stack is now put between the heap and the
workspace. To reclaim it, the user can do a rtems_region_extend
to merge the stack to the heap region once the system is up.

  • Property mode set to 100644
File size: 374 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7H_FILES = bsp.h coverhd.h erc32.h
8
9$(PROJECT_INCLUDE):
10        $(mkinstalldirs) $@
11
12$(PROJECT_INCLUDE)/%.h: %.h
13        $(INSTALL_DATA) $< $@
14
15PREINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%.h=$(PROJECT_INCLUDE)/%.h)
16
17all-local: $(PREINSTALL_FILES)
18
19EXTRA_DIST = bsp.h coverhd.h
20
21include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.