source: rtems/c/src/lib/libbsp/sparc/leon/Makefile.am @ ff5720e

4.104.114.84.95
Last change on this file since ff5720e was ff5720e, checked in by Joel Sherrill <joel.sherrill@…>, on 09/03/03 at 13:27:51

2003-09-03 Jiri Gaisler <jiri@…>

PR 477/networking

  • Makefile.am, configure.ac, console/console.c, include/bsp.h, startup/setvec.c, wrapup/Makefile.am: Add network support and enable custom power down.
  • leon_open_eth/.cvsignore, leon_open_eth/Makefile.am, leon_open_eth/leon_open_eth.c: New files.
  • Property mode set to 100644
File size: 453 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../aclocal
6
7# wrapup is the one that actually builds and installs the library
8#  from the individual .rel files built in other directories
9SUBDIRS = . include start startup gnatsupp console clock timer \
10    leon_open_eth wrapup tools
11
12include $(top_srcdir)/../../bsp.am
13
14EXTRA_DIST = bsp_specs times
15
16include $(top_srcdir)/../../../../automake/subdirs.am
17include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.