Files
rtems/cpukit/score/cpu/Makefile.am
Ralf Corsepius 051c0b9a4a 2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* cpu/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2003-07-08 17:15:20 +00:00

14 lines
271 B
Makefile

##
## $Id$
##
SUBDIRS = $(RTEMS_CPU)
DIST_SUBDIRS = $(RTEMS_CPU)
## FIXME: this does not work
## DIST_SUBDIRS = \
## arm hppa1.1 i386 i960 m68k mips64orion no_cpu powerpc sh sparc unix
include $(top_srcdir)/automake/subdirs.am
include $(top_srcdir)/automake/local.am