source: rtems/c/src/lib/libcpu/powerpc/mpc8260/Makefile.am @ 9269ef8

4.104.114.84.95
Last change on this file since 9269ef8 was 1ec501c, checked in by Joel Sherrill <joel.sherrill@…>, on 10/22/01 at 13:42:45

2001-10-22 Andy Dachs <a.dachs@…>

  • Added mpc8260 directory.
  • Modified Makefile.am and configure.in to build the contents
  • mpc8260/Makefile.am, mpc8260/README, mpc8260/clock/Makefile.am, mpc8260/clock/clock.c, mpc8260/console-generic/Makefile.am, mpc8260/console-generic/console-generic.c, mpc8260/cpm/.cvsignore, mpc8260/cpm/Makefile.am, mpc8260/cpm/brg.c, mpc8260/cpm/cp.c, mpc8260/cpm/dpram.c, mpc8260/exceptions/.cvsignore, mpc8260/exceptions/Makefile.am, mpc8260/exceptions/asm_utils.S, mpc8260/exceptions/raw_exception.c, mpc8260/exceptions/raw_exception.h, mpc8260/include/Makefile.am, mpc8260/include/console.h, mpc8260/include/cpm.h, mpc8260/include/mmu.h, mpc8260/include/mpc8260.h, mpc8260/mmu/Makefile.am, mpc8260/mmu/mmu.c, mpc8260/timer/Makefile.am, mpc8260/timer/timer.c: New files.
  • Property mode set to 100644
File size: 225 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7SUBDIRS = include console-generic clock timer exceptions mmu cpm
8
9include $(top_srcdir)/../../../../../automake/subdirs.am
10include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.