mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-24 15:59:35 +08:00
* Makefile.am, configure.ac: Add sp40 to test some cases of dynamic driver registration. * sp40/.cvsignore, sp40/Makefile.am, sp40/init.c, sp40/sp40.scn, sp40/system.h: New files.
15 lines
422 B
Makefile
15 lines
422 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
ACLOCAL_AMFLAGS = -I ../aclocal
|
|
|
|
## spfatal is not included for now
|
|
SUBDIRS = sp01 sp02 sp03 sp04 sp05 sp06 sp07 sp08 sp09 sp11 sp12 sp13 sp14 \
|
|
sp15 sp16 sp17 sp19 sp20 sp21 sp22 sp23 sp24 sp25 sp26 sp27 sp28 sp29 \
|
|
sp30 sp31 sp32 sp33 sp34 sp35 sp37 sp38 sp39 sp40 spsize
|
|
DIST_SUBDIRS = $(SUBDIRS) spfatal
|
|
|
|
include $(top_srcdir)/../automake/subdirs.am
|
|
include $(top_srcdir)/../automake/local.am
|