source: rtems/cpukit/score/cpu/Makefile.am @ c9f5531

4.104.115
Last change on this file since c9f5531 was 4ef27382, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/22/09 at 17:10:59

2009-10-22 Ralf Corsépius <ralf.corsepius@…>

  • score/cpu/Makefile.am: Update DIST_SUBDIRS.
  • Property mode set to 100644
File size: 476 bytes
Line 
1##
2##  $Id$
3##
4
5SUBDIRS = @RTEMS_CPU@
6
7DIST_SUBDIRS =
8DIST_SUBDIRS += arm
9DIST_SUBDIRS += avr
10DIST_SUBDIRS += bfin
11DIST_SUBDIRS += c4x
12DIST_SUBDIRS += h8300
13DIST_SUBDIRS += i386
14DIST_SUBDIRS += lm32
15DIST_SUBDIRS += m32c
16DIST_SUBDIRS += m32r
17DIST_SUBDIRS += m68k
18DIST_SUBDIRS += mips
19DIST_SUBDIRS += nios2
20DIST_SUBDIRS += no_cpu
21DIST_SUBDIRS += powerpc
22DIST_SUBDIRS += sh
23DIST_SUBDIRS += sparc
24
25include $(top_srcdir)/automake/subdirs.am
26include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.