mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-24 19:19:51 +08:00
13 lines
249 B
Makefile
13 lines
249 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
AUTOMAKE_OPTIONS = foreign 1.4
|
|
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
|
|
|
|
SUBDIRS = include libc libcpu libbsp \
|
|
$(LIBHWAPI)
|
|
|
|
include $(top_srcdir)/../../../automake/subdirs.am
|
|
include $(top_srcdir)/../../../automake/local.am
|