mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-01 19:48:47 +08:00
10 lines
193 B
Makefile
10 lines
193 B
Makefile
ACLOCAL_AMFLAGS = -I ../aclocal
|
|
|
|
SUBDIRS =
|
|
SUBDIRS += linpack
|
|
SUBDIRS += whetstone
|
|
SUBDIRS += dhrystone
|
|
|
|
include $(top_srcdir)/../automake/subdirs.am
|
|
include $(top_srcdir)/../automake/local.am
|