source: rtems/c/src/lib/libcpu/mips/tx39/Makefile.am @ 0289674

4.104.114.84.95
Last change on this file since 0289674 was 0289674, checked in by Joel Sherrill <joel.sherrill@…>, on 12/13/00 at 22:10:07

2000-12-13 Joel Sherrill <joel@…>

  • configure.in: Added new directories.
  • shared/interrupts/Makefile.am: Added AM_CPPFLAGS to define TX39 when compiling for a TX3904.
  • shared/interrupts/maxvectors.c: Corrected conditional logic.
  • tx39/Makefile.am: Added vectorisrs.
  • tx39/vectorisrs/Makefile.am, tx39/vectorisrs/vectorisrs.c,
  • tx39/vectorisrs/.cvsignore: New files. This decodes the interrupt pending information on the TX3904 and vectors an interrupt.
  • Property mode set to 100644
File size: 236 bytes
RevLine 
[b4d0d18e]1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
7
[0289674]8SUBDIRS = include vectorisrs
[b4d0d18e]9
10include $(top_srcdir)/../../../../../automake/subdirs.am
11include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.