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

* score/cpu/Makefile.am: Update DIST_SUBDIRS.
This commit is contained in:
Ralf Corsepius
2009-10-22 17:10:59 +00:00
parent ee7fc43b0e
commit 4ef2738221
2 changed files with 20 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/cpu/Makefile.am: Update DIST_SUBDIRS.
2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org> 2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* libblock/include/rtems/flashdisk.h: Use UINT32_C consts to * libblock/include/rtems/flashdisk.h: Use UINT32_C consts to

View File

@@ -4,9 +4,23 @@
SUBDIRS = @RTEMS_CPU@ SUBDIRS = @RTEMS_CPU@
DIST_SUBDIRS = arm bfin h8300 i386 lm32 m68k m32c m32r mips nios2 no_cpu \ DIST_SUBDIRS =
powerpc sh sparc DIST_SUBDIRS += arm
DIST_SUBDIRS += avr DIST_SUBDIRS += avr
DIST_SUBDIRS += bfin
DIST_SUBDIRS += c4x
DIST_SUBDIRS += h8300
DIST_SUBDIRS += i386
DIST_SUBDIRS += lm32
DIST_SUBDIRS += m32c
DIST_SUBDIRS += m32r
DIST_SUBDIRS += m68k
DIST_SUBDIRS += mips
DIST_SUBDIRS += nios2
DIST_SUBDIRS += no_cpu
DIST_SUBDIRS += powerpc
DIST_SUBDIRS += sh
DIST_SUBDIRS += sparc
include $(top_srcdir)/automake/subdirs.am include $(top_srcdir)/automake/subdirs.am
include $(top_srcdir)/automake/local.am include $(top_srcdir)/automake/local.am